The following document contains the results of Checkstyle 8.8-SNAPSHOT with my_check.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 746 | |
IllegalInstantiation
| 6 | ||
| design | VisibilityModifier | 369 | |
| imports | AvoidStarImport | 1 | |
CustomImportOrder
| 186 | ||
| IllegalImport | 1 | ||
ImportOrder
| 43 | ||
| RedundantImport | 6 | ||
| UnusedImports | 197 | ||
| javadoc | JavadocMethod | 12010 | |
| metrics | ClassDataAbstractionCoupling
| 63 | |
ClassFanOutComplexity
| 173 | ||
| misc | UncommentedMain | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Expected @return tag. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.ObjectOutputStream. | 45 | |
| design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Unused @param tag for 'property'. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'queueName'. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.dcm4chex.archive.common.BaseJmsOrder. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'deleteStudyOrders' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'maxAccessTime' must be private and have accessor methods. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| design | VisibilityModifier | Variable 'patid' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'patname' must be private and have accessor methods. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| design | VisibilityModifier | Variable 'studyid' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'ians' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| design | VisibilityModifier | Variable 'pid' must be private and have accessor methods. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| design | VisibilityModifier | Variable 'issuer' must be private and have accessor methods. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 | |
| misc | UncommentedMain | Uncommented main method found. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'soundex' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'soundexWithTrailingWildCard' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'contentItemTextLength' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'excludePatientFilter' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'patientFilter' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'studyFilter' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'seriesFilter' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'instanceFilters' must be private and have accessor methods. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| misc | UncommentedMain | Uncommented main method found. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 118 | |
| javadoc | JavadocMethod | Expected @return tag. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'port'. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'cipherSuites'. | 151 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 162 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'stationName'. | 184 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'institution'. | 195 | |
| javadoc | JavadocMethod | Expected @return tag. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'department'. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'installed'. | 217 | |
| javadoc | JavadocMethod | Expected @return tag. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 228 | |
| javadoc | JavadocMethod | Expected @return tag. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'passwd'. | 239 | |
| javadoc | JavadocMethod | Expected @return tag. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 250 | |
| javadoc | JavadocMethod | Expected @return tag. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'group'. | 261 | |
| javadoc | JavadocMethod | Expected @return tag. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 272 | |
| javadoc | JavadocMethod | Expected @return tag. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 283 | |
| javadoc | JavadocMethod | Expected @return tag. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'vendorData'. | 294 | |
| javadoc | JavadocMethod | Expected @return tag. | 299 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 299 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 313 | |
| javadoc | JavadocMethod | Expected @return tag. | 337 | |
| javadoc | JavadocMethod | Expected @return tag. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4che.data.DcmObjectFactory' import. Should be before 'org.dcm4che.data.DcmValueException'. | 48 | |
| imports | ImportOrder | Wrong order for 'org.dcm4che.data.DcmObjectFactory' import. | 48 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmObjectFactory. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Expected @return tag. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'designator'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'meaning'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Expected @return tag. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Expected @return tag. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Expected @return tag. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'item'. | 142 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'stationName'. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'md'. | 102 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @return tag. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'codes'. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.common.FileStatus. | 53 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 188 | |
| javadoc | JavadocMethod | Expected @return tag. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'tsuid'. | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Expected @return tag. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 222 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 236 | |
| javadoc | JavadocMethod | Expected @return tag. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'inst'. | 261 | |
| javadoc | JavadocMethod | Expected @return tag. | 266 | |
| javadoc | JavadocMethod | Expected @param tag for 'fs'. | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 283 | |
| javadoc | JavadocMethod | Expected @return tag. | 288 | |
| javadoc | JavadocMethod | Expected @return tag. | 296 | |
| javadoc | JavadocMethod | Expected @return tag. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Expected @return tag. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'tsuid'. | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'instance'. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'filesystem'. | 339 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| javadoc | JavadocMethod | Expected @return tag. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'jbossQl'. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 365 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 366 | |
| javadoc | JavadocMethod | Expected @return tag. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| javadoc | JavadocMethod | Expected @param tag for 'jbossQl'. | 372 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 372 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 373 | |
| javadoc | JavadocMethod | Expected @return tag. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'notBefore'. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 379 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 379 | |
| javadoc | JavadocMethod | Expected @return tag. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 399 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 167 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 168 | |
| javadoc | JavadocMethod | Expected @return tag. | 173 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 180 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 181 | |
| javadoc | JavadocMethod | Expected @return tag. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'createdAfter'. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 187 | |
| javadoc | JavadocMethod | Expected @return tag. | 192 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 192 | |
| javadoc | JavadocMethod | Expected @param tag for 'createdAfter'. | 192 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 193 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 197 | |
| javadoc | JavadocMethod | Expected @return tag. | 206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 207 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 214 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 221 | |
| javadoc | JavadocMethod | Expected @return tag. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 228 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 228 | |
| javadoc | JavadocMethod | Expected @return tag. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 233 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 234 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 237 | |
| javadoc | JavadocMethod | Expected @return tag. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Expected @return tag. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Expected @return tag. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirpath'. | 285 | |
| javadoc | JavadocMethod | Expected @return tag. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 296 | |
| javadoc | JavadocMethod | Expected @return tag. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 307 | |
| javadoc | JavadocMethod | Expected @return tag. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 318 | |
| javadoc | JavadocMethod | Expected @return tag. | 323 | |
| javadoc | JavadocMethod | Expected @return tag. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 340 | |
| javadoc | JavadocMethod | Expected @return tag. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 351 | |
| javadoc | JavadocMethod | Expected @return tag. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'filesystem'. | 366 | |
| javadoc | JavadocMethod | Expected @return tag. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'previous'. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 383 | |
| javadoc | JavadocMethod | Expected @return tag. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.dict.UIDs. | 47 | |
| javadoc | JavadocMethod | Expected @return tag. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'date'. | 131 | |
| javadoc | JavadocMethod | Expected @return tag. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Expected @return tag. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'gpsps'. | 172 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Expected @return tag. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Expected @return tag. | 207 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| javadoc | JavadocMethod | Expected @return tag. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| javadoc | JavadocMethod | Expected @return tag. | 244 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 142 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Expected @return tag. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Expected @return tag. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 235 | |
| javadoc | JavadocMethod | Expected @return tag. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Expected @return tag. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Expected @return tag. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Expected @return tag. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Expected @return tag. | 272 | |
| javadoc | JavadocMethod | Expected @return tag. | 279 | |
| javadoc | JavadocMethod | Expected @return tag. | 286 | |
| javadoc | JavadocMethod | Expected @return tag. | 293 | |
| javadoc | JavadocMethod | Expected @return tag. | 300 | |
| javadoc | JavadocMethod | Expected @return tag. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Expected @return tag. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| javadoc | JavadocMethod | Expected @return tag. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Expected @return tag. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| javadoc | JavadocMethod | Expected @return tag. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 353 | |
| javadoc | JavadocMethod | Expected @return tag. | 358 | |
| javadoc | JavadocMethod | Expected @param tag for 'gpsps'. | 363 | |
| javadoc | JavadocMethod | Expected @return tag. | 371 | |
| javadoc | JavadocMethod | Expected @return tag. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| javadoc | JavadocMethod | Expected @return tag. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Expected @return tag. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| javadoc | JavadocMethod | Expected @return tag. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| javadoc | JavadocMethod | Expected @return tag. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Expected @return tag. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocMethod | Expected @return tag. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| javadoc | JavadocMethod | Expected @return tag. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 450 | |
| javadoc | JavadocMethod | Expected @return tag. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Expected @return tag. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'gpsps'. | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @return tag. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 194 | |
| javadoc | JavadocMethod | Expected @return tag. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Expected @return tag. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Expected @return tag. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'gpsps'. | 71 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'gpsps'. | 122 | |
| javadoc | JavadocMethod | Expected @return tag. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.ejb.interfaces.HPDefinitionLocalHome' import. Should be before 'org.dcm4chex.archive.ejb.interfaces.HPLocal'. | 64 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.ejb.interfaces.HPDefinitionLocalHome' import. | 64 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Expected @return tag. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Expected @return tag. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Expected @return tag. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Expected @return tag. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Expected @return tag. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Expected @return tag. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Expected @return tag. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Expected @return tag. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Expected @return tag. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'hp'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'hp'. | 162 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Expected @return tag. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Expected @return tag. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.ejb.interfaces.ContentItemLocal' import. Should be before 'org.dcm4chex.archive.ejb.interfaces.PatientLocal'. | 76 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.ejb.interfaces.ContentItemLocal' import. | 76 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.ejb.interfaces.ContentItemLocalHome' import. Should be before 'org.dcm4chex.archive.ejb.interfaces.PatientLocal'. | 77 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Expected @return tag. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Expected @return tag. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Expected @return tag. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Expected @return tag. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| javadoc | JavadocMethod | Expected @return tag. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Expected @return tag. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Expected @return tag. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Expected @return tag. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Expected @return tag. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Expected @return tag. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Expected @return tag. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Expected @return tag. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Expected @return tag. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 314 | |
| javadoc | JavadocMethod | Expected @return tag. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Expected @return tag. | 329 | |
| javadoc | JavadocMethod | Expected @return tag. | 334 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 345 | |
| javadoc | JavadocMethod | Expected @return tag. | 351 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 356 | |
| javadoc | JavadocMethod | Expected @return tag. | 363 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 368 | |
| javadoc | JavadocMethod | Expected @return tag. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'allAttributes'. | 378 | |
| javadoc | JavadocMethod | Expected @return tag. | 383 | |
| javadoc | JavadocMethod | Expected @return tag. | 388 | |
| javadoc | JavadocMethod | Expected @param tag for 'commitment'. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| javadoc | JavadocMethod | Expected @return tag. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'media'. | 442 | |
| javadoc | JavadocMethod | Expected @return tag. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| javadoc | JavadocMethod | Expected @return tag. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| javadoc | JavadocMethod | Expected @return tag. | 488 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 488 | |
| javadoc | JavadocMethod | Expected @param tag for 'series'. | 488 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| javadoc | JavadocMethod | Expected @return tag. | 579 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 579 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 584 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| javadoc | JavadocMethod | Expected @return tag. | 599 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| javadoc | JavadocMethod | Expected @return tag. | 622 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 622 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 623 | |
| javadoc | JavadocMethod | Expected @return tag. | 628 | |
| javadoc | JavadocMethod | Expected @param tag for 'availabilityOfExternalRetrieveable'. | 628 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldAET'. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAET'. | 660 | |
| javadoc | JavadocMethod | Expected @return tag. | 667 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAttrs'. | 667 | |
| javadoc | JavadocMethod | Expected @param tag for 'modifiedAttrs'. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 | |
| javadoc | JavadocMethod | Expected @return tag. | 697 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 697 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 733 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 760 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 760 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 766 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 776 | |
| javadoc | JavadocMethod | Expected @param tag for 'coercedElements'. | 776 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 778 | |
| javadoc | JavadocMethod | Expected @return tag. | 807 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 807 | |
| javadoc | JavadocMethod | Expected @param tag for 'jbossQl'. | 807 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 807 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 808 | |
| javadoc | JavadocMethod | Expected @return tag. | 813 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 813 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuids'. | 813 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 813 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 817 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 822 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 851 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 851 | |
| javadoc | JavadocMethod | Expected @return tag. | 862 | |
| javadoc | JavadocMethod | Expected @param tag for 'pat'. | 862 | |
| javadoc | JavadocMethod | Expected @param tag for 'srCodes'. | 863 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 863 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 884 | |
| javadoc | JavadocMethod | Expected @return tag. | 901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 905 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 905 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 149 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| javadoc | JavadocMethod | Expected @return tag. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 202 | |
| javadoc | JavadocMethod | Expected @return tag. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 216 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Expected @return tag. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'date'. | 177 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Expected @return tag. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Expected @return tag. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'series'. | 247 | |
| javadoc | JavadocMethod | Expected @return tag. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'srCode'. | 262 | |
| javadoc | JavadocMethod | Expected @return tag. | 267 | |
| javadoc | JavadocMethod | Expected @return tag. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 274 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Expected @return tag. | 299 | |
| javadoc | JavadocMethod | Expected @return tag. | 306 | |
| javadoc | JavadocMethod | Expected @return tag. | 313 | |
| javadoc | JavadocMethod | Expected @return tag. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| javadoc | JavadocMethod | Expected @return tag. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| javadoc | JavadocMethod | Expected @return tag. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 346 | |
| javadoc | JavadocMethod | Expected @return tag. | 373 | |
| javadoc | JavadocMethod | Expected @return tag. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 383 | |
| javadoc | JavadocMethod | Expected @return tag. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 389 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 390 | |
| javadoc | JavadocMethod | Expected @return tag. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 397 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 398 | |
| javadoc | JavadocMethod | Expected @return tag. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 404 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 405 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Expected @return tag. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Expected @return tag. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 200 | |
| javadoc | JavadocMethod | Expected @return tag. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Expected @return tag. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Expected @return tag. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Expected @return tag. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Expected @return tag. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 245 | |
| javadoc | JavadocMethod | Expected @return tag. | 250 | |
| javadoc | JavadocMethod | Expected @return tag. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 255 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Expected @return tag. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocMethod | Expected @return tag. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| javadoc | JavadocMethod | Expected @return tag. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 368 | |
| javadoc | JavadocMethod | Expected @return tag. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Expected @return tag. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaUsage'. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaStatus'. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 200 | |
| javadoc | JavadocMethod | Expected @return tag. | 206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Expected @return tag. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsIuid'. | 224 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Expected @return tag. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'after'. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 237 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 237 | |
| javadoc | JavadocMethod | Expected @return tag. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'after'. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 247 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 247 | |
| javadoc | JavadocMethod | Expected @return tag. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'after'. | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 256 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 256 | |
| javadoc | JavadocMethod | Expected @return tag. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'after'. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 264 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Expected @return tag. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| javadoc | JavadocMethod | Expected @param tag for 'jbossQl'. | 354 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 354 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 355 | |
| javadoc | JavadocMethod | Expected @return tag. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'jbossQl'. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 361 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 362 | |
| javadoc | JavadocMethod | Expected @return tag. | 367 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 367 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 104 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Expected @return tag. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [CircularMergedException, ConfigurationException, EJBException, InitialContext, NonUniquePatientException, NonUniquePatientIDException, ObjectNotFoundException, PatientMergedException]. | 194 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Expected @return tag. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Expected @return tag. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Expected @return tag. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Expected @return tag. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Expected @return tag. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 281 | |
| javadoc | JavadocMethod | Expected @return tag. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Expected @return tag. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 299 | |
| javadoc | JavadocMethod | Expected @return tag. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 310 | |
| javadoc | JavadocMethod | Expected @return tag. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 321 | |
| javadoc | JavadocMethod | Expected @return tag. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Expected @return tag. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| javadoc | JavadocMethod | Expected @param tag for 'dateString'. | 341 | |
| javadoc | JavadocMethod | Expected @return tag. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'sex'. | 355 | |
| javadoc | JavadocMethod | Expected @return tag. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @return tag. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| javadoc | JavadocMethod | Expected @return tag. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| javadoc | JavadocMethod | Expected @return tag. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Expected @return tag. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| javadoc | JavadocMethod | Unused @param tag for 'mergedWith,'. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'mergedWith'. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlItems'. | 442 | |
| javadoc | JavadocMethod | Expected @return tag. | 448 | |
| javadoc | JavadocMethod | Expected @param tag for 'mpps'. | 453 | |
| javadoc | JavadocMethod | Expected @return tag. | 459 | |
| javadoc | JavadocMethod | Expected @param tag for 'mpps'. | 464 | |
| javadoc | JavadocMethod | Expected @return tag. | 470 | |
| javadoc | JavadocMethod | Expected @return tag. | 476 | |
| javadoc | JavadocMethod | Expected @param tag for 'gsps'. | 481 | |
| javadoc | JavadocMethod | Expected @return tag. | 487 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 492 | |
| javadoc | JavadocMethod | Expected @return tag. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 499 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| javadoc | JavadocMethod | Expected @return tag. | 550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 550 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 550 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 550 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 551 | |
| javadoc | JavadocMethod | Expected @return tag. | 575 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 575 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 576 | |
| javadoc | JavadocMethod | Expected @param tag for 'followMerged'. | 576 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 582 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 708 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| javadoc | JavadocMethod | Expected @return tag. | 743 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 743 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 764 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 802 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 802 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 802 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 817 | |
| javadoc | JavadocMethod | Expected @param tag for 'coercedElements'. | 817 | |
| javadoc | JavadocMethod | Expected @return tag. | 852 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 852 | |
| javadoc | JavadocMethod | Expected @return tag. | 859 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 859 | |
| javadoc | JavadocMethod | Expected @param tag for 'modifiedAttrs'. | 859 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 875 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 897 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 898 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 911 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 924 | |
| javadoc | JavadocMethod | Expected @return tag. | 933 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 933 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 942 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 943 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 966 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 967 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1002 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1002 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1012 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1012 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1012 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1016 | |
| javadoc | JavadocMethod | Expected @return tag. | 1034 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1034 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1038 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'tsuid'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'instance'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'filesystem'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Expected @return tag. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Expected @return tag. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Expected @return tag. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'series'. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Expected @return tag. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Expected @return tag. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @return tag. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 141 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Expected @return tag. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Expected @return tag. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Expected @return tag. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 146 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Expected @return tag. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 174 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 174 | |
| javadoc | JavadocMethod | Expected @return tag. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Expected @return tag. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Expected @return tag. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 143 | |
| javadoc | JavadocMethod | Expected @return tag. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 169 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 169 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 169 | |
| javadoc | JavadocMethod | Expected @return tag. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 34 (max allowed is 10). | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Expected @return tag. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 225 | |
| javadoc | JavadocMethod | Expected @return tag. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Expected @return tag. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Expected @return tag. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Expected @return tag. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Expected @return tag. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Expected @return tag. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| javadoc | JavadocMethod | Expected @return tag. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Expected @return tag. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Expected @return tag. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Expected @return tag. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 306 | |
| javadoc | JavadocMethod | Expected @return tag. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 317 | |
| javadoc | JavadocMethod | Expected @return tag. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Expected @return tag. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Expected @return tag. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| javadoc | JavadocMethod | Expected @return tag. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Expected @return tag. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| javadoc | JavadocMethod | Expected @return tag. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| javadoc | JavadocMethod | Expected @return tag. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| javadoc | JavadocMethod | Expected @return tag. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| javadoc | JavadocMethod | Expected @return tag. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Expected @return tag. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| javadoc | JavadocMethod | Expected @return tag. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Expected @return tag. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| javadoc | JavadocMethod | Expected @return tag. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 415 | |
| javadoc | JavadocMethod | Expected @return tag. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| javadoc | JavadocMethod | Expected @return tag. | 428 | |
| javadoc | JavadocMethod | Expected @return tag. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| javadoc | JavadocMethod | Expected @return tag. | 447 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 452 | |
| javadoc | JavadocMethod | Expected @return tag. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| javadoc | JavadocMethod | Expected @return tag. | 470 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 475 | |
| javadoc | JavadocMethod | Expected @return tag. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| javadoc | JavadocMethod | Expected @return tag. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| javadoc | JavadocMethod | Expected @return tag. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| javadoc | JavadocMethod | Expected @return tag. | 504 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 504 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 504 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| javadoc | JavadocMethod | Unused @param tag for 'ds'. | 543 | |
| javadoc | JavadocMethod | Expected @return tag. | 548 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAttrs'. | 548 | |
| javadoc | JavadocMethod | Expected @param tag for 'overwriteReqAttrSQ'. | 549 | |
| javadoc | JavadocMethod | Expected @param tag for 'modifiedAttrs'. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 586 | |
| javadoc | JavadocMethod | Expected @return tag. | 606 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 607 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 607 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 607 | |
| javadoc | JavadocMethod | Expected @return tag. | 614 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 614 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 614 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 614 | |
| javadoc | JavadocMethod | Expected @return tag. | 619 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 620 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 620 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 620 | |
| javadoc | JavadocMethod | Expected @return tag. | 627 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 627 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 627 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 627 | |
| javadoc | JavadocMethod | Expected @return tag. | 632 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 632 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 632 | |
| javadoc | JavadocMethod | Expected @return tag. | 637 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 637 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 637 | |
| javadoc | JavadocMethod | Expected @return tag. | 642 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 642 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 642 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 642 | |
| javadoc | JavadocMethod | Expected @return tag. | 647 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 647 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 647 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 647 | |
| javadoc | JavadocMethod | Expected @return tag. | 652 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 652 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 652 | |
| javadoc | JavadocMethod | Expected @return tag. | 657 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 657 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 657 | |
| javadoc | JavadocMethod | Expected @return tag. | 662 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 662 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 662 | |
| javadoc | JavadocMethod | Expected @return tag. | 667 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 668 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 669 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 669 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 669 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 669 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 670 | |
| javadoc | JavadocMethod | Expected @return tag. | 675 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 676 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 676 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 677 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 677 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 677 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 677 | |
| javadoc | JavadocMethod | Expected @return tag. | 682 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 683 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 683 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 683 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 684 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 684 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 684 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 684 | |
| javadoc | JavadocMethod | Expected @return tag. | 689 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 690 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 690 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 690 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 691 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 691 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 691 | |
| javadoc | JavadocMethod | Expected @return tag. | 696 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 697 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 697 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 698 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 698 | |
| javadoc | JavadocMethod | Expected @return tag. | 703 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 704 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 704 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 705 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 705 | |
| javadoc | JavadocMethod | Expected @return tag. | 710 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 711 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 711 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 711 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 712 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 712 | |
| javadoc | JavadocMethod | Expected @return tag. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 718 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 718 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 718 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 719 | |
| javadoc | JavadocMethod | Expected @return tag. | 724 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 724 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 725 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 725 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 725 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 725 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 725 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 726 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 726 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 726 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 727 | |
| javadoc | JavadocMethod | Expected @return tag. | 747 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 747 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 748 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 748 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 748 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 748 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 749 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 749 | |
| javadoc | JavadocMethod | Expected @return tag. | 769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 769 | |
| javadoc | JavadocMethod | Expected @param tag for 'jbossQl'. | 769 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 769 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 770 | |
| javadoc | JavadocMethod | Expected @return tag. | 775 | |
| javadoc | JavadocMethod | Expected @param tag for 'pat'. | 775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 775 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreStudyIUID'. | 775 | |
| javadoc | JavadocMethod | Expected @param tag for 'createdAfter'. | 775 | |
| javadoc | JavadocMethod | Expected @param tag for 'minAvail'. | 775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 776 | |
| javadoc | JavadocMethod | Expected @param tag for 'modalities'. | 776 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 776 | |
| javadoc | JavadocMethod | Expected @return tag. | 806 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 806 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesIUIDs'. | 806 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 818 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 818 | |
| javadoc | JavadocMethod | Expected @return tag. | 836 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 837 | |
| javadoc | JavadocMethod | Expected @return tag. | 884 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| javadoc | JavadocMethod | Expected @return tag. | 907 | |
| javadoc | JavadocMethod | Expected @return tag. | 933 | |
| javadoc | JavadocMethod | Expected @return tag. | 950 | |
| javadoc | JavadocMethod | Expected @return tag. | 961 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 963 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 964 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 998 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldAET'. | 998 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 998 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAET'. | 998 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1013 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1014 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1029 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1094 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1100 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 1109 | |
| javadoc | JavadocMethod | Expected @param tag for 'coercedElements'. | 1109 | |
| javadoc | JavadocMethod | Expected @return tag. | 1135 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 1135 | |
| javadoc | JavadocMethod | Expected @return tag. | 1173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1177 | |
| javadoc | JavadocMethod | Expected @return tag. | 1186 | |
| javadoc | JavadocMethod | Expected @param tag for 'series_fk'. | 1186 | |
| javadoc | JavadocMethod | Expected @param tag for 'filesystem_fk'. | 1186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1187 | |
| javadoc | JavadocMethod | Expected @return tag. | 1192 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsPk'. | 1192 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1192 | |
| javadoc | JavadocMethod | Expected @return tag. | 1200 | |
| javadoc | JavadocMethod | Expected @param tag for 'series_fk'. | 1200 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1201 | |
| javadoc | JavadocMethod | Expected @return tag. | 1206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Expected @return tag. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'series'. | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Expected @return tag. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Expected @return tag. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Expected @return tag. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 224 | |
| javadoc | JavadocMethod | Expected @return tag. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 235 | |
| javadoc | JavadocMethod | Expected @return tag. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Expected @return tag. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'series'. | 255 | |
| javadoc | JavadocMethod | Expected @return tag. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Expected @return tag. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Expected @return tag. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Expected @return tag. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Expected @return tag. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Expected @return tag. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Expected @return tag. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Expected @return tag. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 269 | |
| javadoc | JavadocMethod | Expected @return tag. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 280 | |
| javadoc | JavadocMethod | Expected @return tag. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Expected @return tag. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| javadoc | JavadocMethod | Expected @return tag. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Expected @return tag. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| javadoc | JavadocMethod | Expected @return tag. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Expected @return tag. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Expected @return tag. | 331 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 336 | |
| javadoc | JavadocMethod | Expected @return tag. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'statusId'. | 349 | |
| javadoc | JavadocMethod | Expected @return tag. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| javadoc | JavadocMethod | Expected @return tag. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| javadoc | JavadocMethod | Expected @return tag. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocMethod | Expected @return tag. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| javadoc | JavadocMethod | Expected @return tag. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| javadoc | JavadocMethod | Expected @return tag. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 409 | |
| javadoc | JavadocMethod | Expected @return tag. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| javadoc | JavadocMethod | Expected @return tag. | 426 | |
| javadoc | JavadocMethod | Expected @return tag. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| javadoc | JavadocMethod | Expected @return tag. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| javadoc | JavadocMethod | Expected @return tag. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| javadoc | JavadocMethod | Expected @return tag. | 465 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 470 | |
| javadoc | JavadocMethod | Expected @return tag. | 517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| javadoc | JavadocMethod | Expected @return tag. | 526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 527 | |
| javadoc | JavadocMethod | Expected @return tag. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 534 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 559 | |
| javadoc | JavadocMethod | Expected @return tag. | 566 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 566 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 567 | |
| javadoc | JavadocMethod | Expected @return tag. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 572 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 573 | |
| javadoc | JavadocMethod | Expected @return tag. | 578 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 578 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 579 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 579 | |
| javadoc | JavadocMethod | Expected @return tag. | 584 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 584 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 585 | |
| javadoc | JavadocMethod | Expected @return tag. | 590 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 591 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 591 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 591 | |
| javadoc | JavadocMethod | Expected @return tag. | 596 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 596 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 597 | |
| javadoc | JavadocMethod | Expected @return tag. | 602 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 602 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 603 | |
| javadoc | JavadocMethod | Expected @return tag. | 608 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 608 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 608 | |
| javadoc | JavadocMethod | Expected @return tag. | 613 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 613 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 613 | |
| javadoc | JavadocMethod | Expected @return tag. | 618 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 618 | |
| javadoc | JavadocMethod | Expected @return tag. | 625 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 625 | |
| javadoc | JavadocMethod | Expected @return tag. | 632 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 632 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 633 | |
| javadoc | JavadocMethod | Expected @return tag. | 638 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 638 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsPk'. | 638 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 639 | |
| javadoc | JavadocMethod | Expected @return tag. | 645 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 645 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 645 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 646 | |
| javadoc | JavadocMethod | Expected @return tag. | 651 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 651 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 651 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 652 | |
| javadoc | JavadocMethod | Expected @return tag. | 658 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 658 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsPk'. | 658 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 658 | |
| javadoc | JavadocMethod | Expected @return tag. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 667 | |
| javadoc | JavadocMethod | Expected @return tag. | 692 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| javadoc | JavadocMethod | Expected @return tag. | 715 | |
| javadoc | JavadocMethod | Expected @return tag. | 741 | |
| javadoc | JavadocMethod | Expected @return tag. | 758 | |
| javadoc | JavadocMethod | Expected @return tag. | 775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 778 | |
| javadoc | JavadocMethod | Expected @return tag. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 813 | |
| javadoc | JavadocMethod | Expected @return tag. | 842 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 849 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 865 | |
| javadoc | JavadocMethod | Expected @return tag. | 873 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 873 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 873 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 878 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldAET'. | 878 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 878 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAET'. | 878 | |
| javadoc | JavadocMethod | Expected @return tag. | 889 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 889 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 890 | |
| javadoc | JavadocMethod | Expected @return tag. | 899 | |
| javadoc | JavadocMethod | Expected @param tag for 'validFileStatus'. | 899 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 899 | |
| javadoc | JavadocMethod | Expected @return tag. | 906 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 906 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 906 | |
| javadoc | JavadocMethod | Expected @return tag. | 913 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 913 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 950 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 996 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 996 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 996 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1002 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1007 | |
| javadoc | JavadocMethod | Expected @return tag. | 1026 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAttrs'. | 1026 | |
| javadoc | JavadocMethod | Expected @param tag for 'modifiedAttrs'. | 1026 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 1048 | |
| javadoc | JavadocMethod | Expected @param tag for 'coercedElements'. | 1048 | |
| javadoc | JavadocMethod | Expected @return tag. | 1074 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1074 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| javadoc | JavadocMethod | Expected @return tag. | 1087 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_fk'. | 1087 | |
| javadoc | JavadocMethod | Expected @param tag for 'filesystem_fk'. | 1087 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1088 | |
| javadoc | JavadocMethod | Expected @return tag. | 1093 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsPk'. | 1093 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1093 | |
| javadoc | JavadocMethod | Expected @return tag. | 1101 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_fk'. | 1101 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1102 | |
| javadoc | JavadocMethod | Expected @return tag. | 1107 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1107 | |
| javadoc | JavadocMethod | Expected @return tag. | 1115 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_fk'. | 1115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1116 | |
| javadoc | JavadocMethod | Expected @return tag. | 1121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1121 | |
| javadoc | JavadocMethod | Expected @return tag. | 1129 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pk'. | 1129 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1130 | |
| javadoc | JavadocMethod | Expected @return tag. | 1135 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1135 | |
| javadoc | JavadocMethod | Expected @return tag. | 1143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 1143 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 1143 | |
| javadoc | JavadocMethod | Expected @param tag for 'receivedBefore'. | 1143 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1143 | |
| javadoc | JavadocMethod | Expected @return tag. | 1148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 1148 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 1148 | |
| javadoc | JavadocMethod | Expected @param tag for 'receivedBefore'. | 1148 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Expected @return tag. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 160 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'fs'. | 166 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Expected @return tag. | 208 | |
| javadoc | JavadocMethod | Expected @param tag for 'externalRetrieveable'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'storageNotCommited'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyOnMedia'. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyOnFSGroup'. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyArchived'. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyOnReadOnlyFS'. | 214 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Expected @return tag. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 283 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsStatus'. | 283 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 283 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 284 | |
| javadoc | JavadocMethod | Expected @return tag. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 290 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 291 | |
| javadoc | JavadocMethod | Expected @return tag. | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsStatus'. | 297 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 298 | |
| javadoc | JavadocMethod | Expected @return tag. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 304 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 305 | |
| javadoc | JavadocMethod | Expected @return tag. | 310 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsStatus'. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 311 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 312 | |
| javadoc | JavadocMethod | Expected @return tag. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 318 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 318 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 319 | |
| javadoc | JavadocMethod | Expected @return tag. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupId'. | 325 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsStatus'. | 325 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Expected @return tag. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Expected @return tag. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @return tag. | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 139 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 173 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 182 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 194 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 42 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [EJBException, InitialContext, UPSRelatedPSLocal, UPSReplacedPSLocal, UPSRequestLocal, java.sql.Timestamp]. | 105 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Expected @return tag. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 289 | |
| javadoc | JavadocMethod | Expected @return tag. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Expected @return tag. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| javadoc | JavadocMethod | Expected @return tag. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Expected @return tag. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Expected @return tag. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Expected @return tag. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| javadoc | JavadocMethod | Expected @return tag. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Expected @return tag. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Expected @return tag. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| javadoc | JavadocMethod | Expected @return tag. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Expected @return tag. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| javadoc | JavadocMethod | Expected @return tag. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient'. | 391 | |
| javadoc | JavadocMethod | Expected @return tag. | 396 | |
| javadoc | JavadocMethod | Expected @return tag. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Expected @return tag. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Expected @return tag. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocMethod | Expected @return tag. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| javadoc | JavadocMethod | Expected @return tag. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| javadoc | JavadocMethod | Expected @return tag. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Expected @return tag. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Expected @return tag. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| javadoc | JavadocMethod | Expected @return tag. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| javadoc | JavadocMethod | Expected @return tag. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| javadoc | JavadocMethod | Expected @return tag. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| javadoc | JavadocMethod | Expected @return tag. | 516 | |
| javadoc | JavadocMethod | Expected @param tag for 'newState'. | 516 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 530 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAttrs'. | 555 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 590 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| javadoc | JavadocMethod | Expected @return tag. | 640 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 640 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 641 | |
| javadoc | JavadocMethod | Expected @return tag. | 646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 646 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 646 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 647 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'deletionLock'. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'deletionLock'. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 69 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 69 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 69 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Expected @return tag. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 142 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'dellock'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Expected @return tag. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Expected @return tag. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'dellock'. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 143 | |
| javadoc | JavadocMethod | Expected @return tag. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 148 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'ups'. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 166 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Expected @return tag. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'item'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Unused @param tag for 'aets'. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Expected @return tag. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 63 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 74 | |
| design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'con' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'stmt' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'prevLevel' must be private and have accessor methods. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| design | VisibilityModifier | Variable 'sql' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'updateDatabaseMaxRetries' must be private and have accessor methods. | 89 | |
| design | VisibilityModifier | Variable 'updateDatabaseRetryInterval' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'resultSetType' must be private and have accessor methods. | 92 | |
| design | VisibilityModifier | Variable 'resultSetConcurrency' must be private and have accessor methods. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'keys' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'sqlBuilder' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'filterResult' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'type2' must be private and have accessor methods. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.sql.Blob. | 42 | |
| imports | UnusedImports | Unused import - java.sql.ResultSetMetaData. | 45 | |
| design | VisibilityModifier | Variable 'rs' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'fetchSize' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Date. | 45 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'pk' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'patAttrs' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'studyAttrs' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'seriesAttrs' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'instAttrs' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| design | VisibilityModifier | Variable 'patID' must be private and have accessor methods. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| design | VisibilityModifier | Variable 'patName' must be private and have accessor methods. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| design | VisibilityModifier | Variable 'studyIUID' must be private and have accessor methods. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| design | VisibilityModifier | Variable 'seriesIUID' must be private and have accessor methods. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| design | VisibilityModifier | Variable 'sopIUID' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| design | VisibilityModifier | Variable 'sopCUID' must be private and have accessor methods. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| design | VisibilityModifier | Variable 'extRetrieveAET' must be private and have accessor methods. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| design | VisibilityModifier | Variable 'fileRetrieveAET' must be private and have accessor methods. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| design | VisibilityModifier | Variable 'basedir' must be private and have accessor methods. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| design | VisibilityModifier | Variable 'fsGroupID' must be private and have accessor methods. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| design | VisibilityModifier | Variable 'fileID' must be private and have accessor methods. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| design | VisibilityModifier | Variable 'tsUID' must be private and have accessor methods. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| design | VisibilityModifier | Variable 'md5' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'availability' must be private and have accessor methods. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'fi2'. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 48 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'keys'. | 74 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 74 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.common.GPSPSStatus' import. Should be before 'org.dcm4chex.archive.common.Priority'. | 53 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.common.GPSPSStatus' import. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.common.InputAvailabilityFlag' import. Should be before 'org.dcm4chex.archive.common.Priority'. | 54 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 49 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 49 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| design | VisibilityModifier | Variable 'pkField' must be private and have accessor methods. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 50 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'keys'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'emptyAccNo'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 82 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'keys'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'fuzzyMatchingOfPN'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'noMatchForNoValue'. | 97 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 97 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'column' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'type2' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 590 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 618 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 655 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.Set'. | 49 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 49 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [AdjustPatientID, DcmServiceException, ImageQueryCmd, Match.Node, Match.SingleValue, Match.Subquery, PatientQueryCmd, SeriesQueryCmd, SqlBuilder, StudyQueryCmd]. | 73 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 89 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'seriesBlobAccessType' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'lazyFetchSeriesAttrsOnImageLevelQuery' must be private and have accessor methods. | 92 | |
| design | VisibilityModifier | Variable 'cacheSeriesAttrsOnImageLevelQuery' must be private and have accessor methods. | 93 | |
| design | VisibilityModifier | Variable 'pidWithIssuers' must be private and have accessor methods. | 97 | |
| design | VisibilityModifier | Variable 'requestedIssuerOfAccessionNumber' must be private and have accessor methods. | 99 | |
| design | VisibilityModifier | Variable 'adjustPatientID' must be private and have accessor methods. | 101 | |
| design | VisibilityModifier | Variable 'noMatchWithoutIssuerOfPID' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'fuzzyMatchingOfPN' must be private and have accessor methods. | 105 | |
| design | VisibilityModifier | Variable 'subject' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'keyNotSupported' must be private and have accessor methods. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 598 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 775 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 787 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 798 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 809 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 823 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 890 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 891 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 900 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 952 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 964 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 979 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 980 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 983 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1000 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1009 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1009 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1011 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1031 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1031 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1036 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1044 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1054 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1060 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1065 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1070 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1070 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1074 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1074 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1082 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1242 | |
| design | VisibilityModifier | Variable 'seriesAttrsCache' must be private and have accessor methods. | 1267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1493 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 72 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 100 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Unused @param tag for 'lastFilePkForRemove'. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcFsPk'. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetFsPk'. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetFileStati'. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'pk' must be private and have accessor methods. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'xml_data' must be private and have accessor methods. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 50 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.net.DcmServiceException. | 52 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Set'. | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.TreeMap'. | 53 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 53 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [FileInfo, ImageRetrieveCmd, ImageSql, LinkedHashMap, PatientSql, QuerySeriesAttrsForRetrieveCmd, RefSOPSql, SeriesAttrsCacheEntry, SeriesSql, StudySql]. | 64 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 64 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'seriesBlobAccessType' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'lazyFetchSeriesAttrs' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'cacheSeriesAttrs' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'seriesAttrsCacheCurrencyTimeLimit' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'fileInfo' must be private and have accessor methods. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'maxElementsInUIDMatch' must be private and have accessor methods. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 486 | |
| design | VisibilityModifier | Variable 'uids' must be private and have accessor methods. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| design | VisibilityModifier | Variable 'params' must be private and have accessor methods. | 503 | |
| design | VisibilityModifier | Variable 'numberOfParams' must be private and have accessor methods. | 505 | |
| design | VisibilityModifier | Variable 'uidMatch' must be private and have accessor methods. | 507 | |
| design | VisibilityModifier | Variable 'sqlBuilder' must be private and have accessor methods. | 509 | |
| design | VisibilityModifier | Variable 'fixValues' must be private and have accessor methods. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 570 | |
| javadoc | JavadocMethod | Expected @return tag. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| javadoc | JavadocMethod | Expected @return tag. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 594 | |
| javadoc | JavadocMethod | Expected @return tag. | 620 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 620 | |
| javadoc | JavadocMethod | Expected @param tag for 'len'. | 620 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 669 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 680 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 681 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'startIdx'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'endIdx'. | 125 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 125 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 186 | |
| design | VisibilityModifier | Variable 'sqlBuilder' must be private and have accessor methods. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 17 (max allowed is 5) classes [Match.AppendLiteral, Match.CallingAETsNestedMatch, Match.FieldValue, Match.IntValue, Match.ListOfInt, Match.ListOfString, Match.ModalitiesInStudyMultiNestedMatch, Match.ModalitiesInStudyNestedMatch, Match.NULLValue, Match.Node, Match.PNFuzzy, Match.QueryPermissionNestedMatch, Match.Range, Match.SingleValue, Match.StringRange, Match.Subquery, Match.WildCard]. | 59 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Expected @return tag. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'wc'. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 540 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 590 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 617 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 630 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 654 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 666 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 739 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.common.Priority' import. Should be before 'org.dcm4chex.archive.common.UPSState'. | 51 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.common.Priority' import. | 51 | |
| design | VisibilityModifier | Variable 'transactionIsolationLevel' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'blobAccessType' must be private and have accessor methods. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 46 | |
| imports | UnusedImports | Unused import - java.util.List. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCacheSize'. | 145 | |
| javadoc | JavadocMethod | Expected @return tag. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'aePk'. | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 176 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'hostName'. | 195 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Expected @return tag. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'modAE'. | 219 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAE'. | 233 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'aePk'. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 40 | |
| imports | UnusedImports | Unused import - java.util.Collection. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'reason'. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'updateOriginalAttributesSeq'. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'entityNotFoundErrorCode'. | 144 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Expected @return tag. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'create'. | 233 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'ian'. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 137 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 137 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds1'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 171 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Expected @return tag. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'stationName'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 270 | |
| javadoc | JavadocMethod | Expected @return tag. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pk'. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'availabilityOfExternalRetrieveable'. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.GPSPSLocal. | 65 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.MWLItemLocal. | 70 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 168 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 168 | |
| javadoc | JavadocMethod | Expected @return tag. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'mergedPks'. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepPrior'. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Expected @return tag. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 240 | |
| javadoc | JavadocMethod | Expected @return tag. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 264 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 264 | |
| javadoc | JavadocMethod | Expected @return tag. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 280 | |
| javadoc | JavadocMethod | Expected @return tag. | 306 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 306 | |
| javadoc | JavadocMethod | Expected @return tag. | 325 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 325 | |
| javadoc | JavadocMethod | Expected @return tag. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pks'. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient_pk'. | 349 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| javadoc | JavadocMethod | Expected @return tag. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'series_pks'. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pk'. | 391 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| javadoc | JavadocMethod | Expected @return tag. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'instance_pks'. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'series_pk'. | 437 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 438 | |
| javadoc | JavadocMethod | Expected @return tag. | 470 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pks'. | 470 | |
| javadoc | JavadocMethod | Expected @return tag. | 483 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pk'. | 483 | |
| javadoc | JavadocMethod | Expected @return tag. | 492 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPks'. | 492 | |
| javadoc | JavadocMethod | Expected @return tag. | 508 | |
| javadoc | JavadocMethod | Expected @param tag for 'instancePks'. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Date. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 37 (max allowed is 10). | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 199 | |
| javadoc | JavadocMethod | Expected @return tag. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 208 | |
| javadoc | JavadocMethod | Expected @return tag. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 223 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 223 | |
| javadoc | JavadocMethod | Expected @return tag. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 231 | |
| javadoc | JavadocMethod | Expected @return tag. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceLevel'. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'minAvail'. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'createdAfter'. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'retrAETs'. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'modalities'. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Expected @return tag. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 307 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 307 | |
| javadoc | JavadocMethod | Expected @return tag. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesIUID'. | 314 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 314 | |
| javadoc | JavadocMethod | Expected @return tag. | 322 | |
| javadoc | JavadocMethod | Expected @param tag for 'instancePk'. | 322 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 322 | |
| javadoc | JavadocMethod | Expected @return tag. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'sopiuid'. | 330 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 330 | |
| javadoc | JavadocMethod | Expected @return tag. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 343 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 343 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 343 | |
| javadoc | JavadocMethod | Expected @return tag. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuids'. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 357 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 357 | |
| javadoc | JavadocMethod | Expected @return tag. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'codes'. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 371 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Expected @return tag. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'code'. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'designator'. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 413 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| javadoc | JavadocMethod | Expected @return tag. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientPk'. | 442 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 442 | |
| javadoc | JavadocMethod | Expected @return tag. | 458 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 458 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 458 | |
| javadoc | JavadocMethod | Expected @return tag. | 475 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 475 | |
| javadoc | JavadocMethod | Expected @param tag for 'mpps'. | 475 | |
| javadoc | JavadocMethod | Expected @return tag. | 486 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 486 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 486 | |
| javadoc | JavadocMethod | Expected @return tag. | 502 | |
| javadoc | JavadocMethod | Expected @param tag for 'instancePk'. | 502 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 502 | |
| javadoc | JavadocMethod | Expected @return tag. | 518 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientPk'. | 518 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 518 | |
| javadoc | JavadocMethod | Expected @return tag. | 539 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 539 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 539 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| javadoc | JavadocMethod | Expected @return tag. | 571 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 571 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 571 | |
| javadoc | JavadocMethod | Expected @return tag. | 592 | |
| javadoc | JavadocMethod | Expected @param tag for 'instancePk'. | 592 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 592 | |
| javadoc | JavadocMethod | Expected @return tag. | 608 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 608 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 608 | |
| javadoc | JavadocMethod | Expected @return tag. | 618 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 618 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 618 | |
| javadoc | JavadocMethod | Expected @return tag. | 628 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 628 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 628 | |
| javadoc | JavadocMethod | Expected @return tag. | 638 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 638 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 638 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 655 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 666 | |
| javadoc | JavadocMethod | Expected @return tag. | 686 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 686 | |
| javadoc | JavadocMethod | Expected @param tag for 'insertModality'. | 686 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 686 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| javadoc | JavadocMethod | Expected @return tag. | 737 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceUIDs'. | 737 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 737 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 763 | |
| javadoc | JavadocMethod | Expected @return tag. | 787 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 787 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 787 | |
| javadoc | JavadocMethod | Expected @return tag. | 798 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 798 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 798 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 798 | |
| javadoc | JavadocMethod | Expected @return tag. | 807 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 807 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 807 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 807 | |
| javadoc | JavadocMethod | Expected @return tag. | 816 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 816 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 816 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 816 | |
| javadoc | JavadocMethod | Expected @param tag for 'instancePk'. | 816 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 816 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 831 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 851 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [Comparator, ConcurrentStudyStorageException, DeleteStudyOrder, DeleteStudyOrdersAndMaxAccessTime, EJBException, FileDTO, FileLocal, FileSystemDTO, FileSystemLocal, IANAndPatientID, InitialContext, NoSuchSeriesException, NoSuchStudyException, RemoveException, Timestamp]. | 117 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 41 (max allowed is 10). | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 178 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 179 | |
| javadoc | JavadocMethod | Expected @return tag. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Expected @return tag. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 227 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 227 | |
| javadoc | JavadocMethod | Expected @return tag. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 234 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 234 | |
| javadoc | JavadocMethod | Expected @return tag. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 241 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 242 | |
| javadoc | JavadocMethod | Expected @return tag. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 250 | |
| javadoc | JavadocMethod | Expected @return tag. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 257 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 258 | |
| javadoc | JavadocMethod | Expected @return tag. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 265 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 266 | |
| javadoc | JavadocMethod | Expected @return tag. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 273 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 303 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 304 | |
| javadoc | JavadocMethod | Expected @return tag. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 313 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Expected @return tag. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'retrieveAET'. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 345 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Expected @return tag. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldAET'. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAET'. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 362 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 376 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 376 | |
| javadoc | JavadocMethod | Expected @return tag. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'availabilityOfExtRetr'. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'batchsize'. | 396 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 397 | |
| javadoc | JavadocMethod | Expected @return tag. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 419 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 420 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 420 | |
| javadoc | JavadocMethod | Expected @return tag. | 433 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 433 | |
| javadoc | JavadocMethod | Expected @param tag for 'availabilityOfExtRetr'. | 434 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 434 | |
| javadoc | JavadocMethod | Expected @return tag. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'next'. | 464 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 464 | |
| javadoc | JavadocMethod | Expected @return tag. | 477 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 477 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 478 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 478 | |
| javadoc | JavadocMethod | Expected @return tag. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'after'. | 507 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 508 | |
| javadoc | JavadocMethod | Expected @return tag. | 516 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 516 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 516 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| javadoc | JavadocMethod | Expected @return tag. | 536 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 536 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 536 | |
| javadoc | JavadocMethod | Expected @return tag. | 543 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 543 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 543 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 544 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 544 | |
| javadoc | JavadocMethod | Expected @return tag. | 568 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 568 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 569 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 588 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 589 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 589 | |
| javadoc | JavadocMethod | Expected @return tag. | 597 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroup'. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'minAccessTime'. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxAccessTime'. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'externalRetrieveable'. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'storageNotCommited'. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyOnMedia'. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyOnFSGroup'. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyArchived'. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'copyOnReadOnlyFS'. | 601 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 601 | |
| javadoc | JavadocMethod | Expected @return tag. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 612 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroup'. | 612 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| javadoc | JavadocMethod | Expected @return tag. | 658 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 658 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 659 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchStudyException'. | 659 | |
| javadoc | JavadocMethod | Expected @return tag. | 670 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 670 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 670 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 671 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchStudyException'. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 | |
| javadoc | JavadocMethod | Expected @return tag. | 731 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 731 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 732 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchSeriesException'. | 732 | |
| javadoc | JavadocMethod | Expected @return tag. | 743 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 743 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 743 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 744 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchSeriesException'. | 744 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| javadoc | JavadocMethod | Expected @return tag. | 795 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 795 | |
| javadoc | JavadocMethod | Expected @param tag for 'delStudyFromDB'. | 796 | |
| javadoc | JavadocMethod | Expected @param tag for 'delPatientWithoutObjects'. | 796 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConcurrentStudyStorageException'. | 797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 804 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 831 | |
| javadoc | JavadocMethod | Expected @return tag. | 850 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 850 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConcurrentStudyStorageException'. | 850 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 881 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConcurrentStudyStorageException'. | 881 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 914 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 936 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 950 | |
| javadoc | JavadocMethod | Expected @return tag. | 970 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 970 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConcurrentStudyStorageException'. | 971 | |
| javadoc | JavadocMethod | Expected @return tag. | 987 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 987 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 987 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 987 | |
| javadoc | JavadocMethod | Expected @param tag for 'delStudyFromDB'. | 988 | |
| javadoc | JavadocMethod | Expected @param tag for 'delPatientWithoutObjects'. | 988 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConcurrentStudyStorageException'. | 989 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 995 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 996 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1035 | |
| javadoc | JavadocMethod | Expected @return tag. | 1050 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsDTO'. | 1050 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1050 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 1050 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1051 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1051 | |
| javadoc | JavadocMethod | Expected @return tag. | 1066 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1066 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 1066 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 1066 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1067 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1067 | |
| javadoc | JavadocMethod | Expected @return tag. | 1080 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 1080 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 1080 | |
| javadoc | JavadocMethod | Expected @param tag for 'notBefore'. | 1080 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 1081 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1081 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1081 | |
| javadoc | JavadocMethod | Expected @return tag. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1097 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsId'. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1097 | |
| javadoc | JavadocMethod | Expected @param tag for 'tarFilename'. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1097 | |
| javadoc | JavadocMethod | Expected @param tag for 'newFsId'. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1097 | |
| javadoc | JavadocMethod | Expected @param tag for 'newTarFilename'. | 1097 | |
| javadoc | JavadocMethod | Expected @param tag for 'newFileStatus'. | 1097 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1097 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1131 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsId'. | 1131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1131 | |
| javadoc | JavadocMethod | Expected @param tag for 'tarFilename'. | 1131 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 1131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1131 | |
| javadoc | JavadocMethod | Expected @return tag. | 1141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1141 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsId'. | 1141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1141 | |
| javadoc | JavadocMethod | Expected @param tag for 'tarFilename'. | 1141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1141 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 1149 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1149 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 1160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1160 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 1160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1160 | |
| javadoc | JavadocMethod | Expected @param tag for 'tsuid'. | 1160 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 1160 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 1161 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 1161 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1161 | |
| javadoc | JavadocMethod | Expected @param tag for 'fspk'. | 1173 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 1173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1173 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 1173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1174 | |
| javadoc | JavadocMethod | Expected @param tag for 'tsuid'. | 1174 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 1174 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 1174 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 1174 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 1174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1184 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 1192 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 1192 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1206 | |
| javadoc | JavadocMethod | Expected @return tag. | 1218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1218 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupID'. | 1218 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1218 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1224 | |
| javadoc | JavadocMethod | Expected @param tag for 'file_pk'. | 1236 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 1236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1243 | |
| javadoc | JavadocMethod | Expected @param tag for 'siud'. | 1243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1243 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirPath'. | 1243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1244 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1244 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1251 | |
| javadoc | JavadocMethod | Expected @return tag. | 1261 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesStored'. | 1261 | |
| javadoc | JavadocMethod | Expected @return tag. | 1325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1325 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 1325 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1325 | |
| javadoc | JavadocMethod | Expected @return tag. | 1334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1334 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 1334 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1334 | |
| javadoc | JavadocMethod | Expected @return tag. | 1341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1341 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupID'. | 1341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1342 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 1342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1342 | |
| javadoc | JavadocMethod | Expected @param tag for 'bodyPart'. | 1342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1342 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 1342 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 1342 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1343 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1343 | |
| javadoc | JavadocMethod | Expected @return tag. | 1354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1355 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupID'. | 1355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1355 | |
| javadoc | JavadocMethod | Expected @param tag for 'retrieveAET'. | 1355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1356 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 1356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1356 | |
| javadoc | JavadocMethod | Expected @param tag for 'bodyPart'. | 1356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1356 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 1356 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 1356 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1357 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1357 | |
| javadoc | JavadocMethod | Expected @return tag. | 1368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1369 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupID'. | 1369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1369 | |
| javadoc | JavadocMethod | Expected @param tag for 'otherFSGroupID'. | 1369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1370 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 1370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1370 | |
| javadoc | JavadocMethod | Expected @param tag for 'bodyPart'. | 1370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1370 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 1370 | |
| javadoc | JavadocMethod | Expected @param tag for 'before'. | 1370 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1371 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1371 | |
| javadoc | JavadocMethod | Expected @return tag. | 1382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1382 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsPath'. | 1382 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 1382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1382 | |
| javadoc | JavadocMethod | Expected @return tag. | 1393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1393 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsId'. | 1393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1393 | |
| javadoc | JavadocMethod | Expected @param tag for 'tarFilename'. | 1393 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1393 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 1393 | |
| javadoc | JavadocMethod | Expected @return tag. | 1409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1409 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsId'. | 1409 | |
| javadoc | JavadocMethod | Expected @param tag for 'filePk'. | 1409 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Expected @return tag. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 232 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 272 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 273 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 273 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'spsid'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 141 | |
| javadoc | JavadocMethod | Expected @return tag. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 152 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 221 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Expected @return tag. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 328 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'wkitem'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'checkPGP'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'checkAppend'. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 364 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 483 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 94 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.SeriesLocalHome. | 68 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceAET'. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'delay'. | 133 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 133 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreReqAttrIfNoStudyAccNo'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 180 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 199 | |
| javadoc | JavadocMethod | Expected @return tag. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuids'. | 243 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Expected @return tag. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsiuid'. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesStoredIuid'. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Unused @param tag for 'mwlPk'. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'rpid'. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'spsid'. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 508 | |
| javadoc | JavadocMethod | Unused @param tag for 'mwlDs'. | 580 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlAttrs'. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 592 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 592 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 617 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| javadoc | JavadocMethod | Expected @return tag. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUID'. | 639 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 639 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlAttrs'. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesIuids'. | 717 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 717 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| javadoc | JavadocMethod | Expected @return tag. | 754 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 754 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUID'. | 754 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 754 | |
| javadoc | JavadocMethod | Expected @return tag. | 766 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 766 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUID'. | 766 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 767 | |
| javadoc | JavadocMethod | Expected @return tag. | 786 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesDS'. | 786 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 787 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 787 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 789 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 827 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAttrs'. | 827 | |
| javadoc | JavadocMethod | Expected @param tag for 'updateStudyAttributes'. | 828 | |
| javadoc | JavadocMethod | Expected @return tag. | 848 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlitem'. | 848 | |
| javadoc | JavadocMethod | Expected @param tag for 'updateDifferentPatientOfExistingStudy'. | 850 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PatientMismatchException'. | 851 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 853 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 881 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 911 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 911 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 914 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 915 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 922 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 935 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 935 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 947 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 948 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 949 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 951 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1010 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1010 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1010 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1014 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1014 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1024 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1024 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1032 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1032 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1040 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1059 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1059 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Expected @return tag. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'rpid'. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'spsid'. | 121 | |
| javadoc | JavadocMethod | Expected @return tag. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 139 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PatientMismatchException'. | 140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Expected @return tag. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'rpid'. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'spsid'. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 195 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PatientMismatchException'. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Expected @return tag. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 220 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 221 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Expected @return tag. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PatientMismatchException'. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 102 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaPool'. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxMediaSize'. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 172 | |
| javadoc | JavadocMethod | Unused @param tag for 'instanceFiles'. | 220 | |
| javadoc | JavadocMethod | Unused @param tag for 'maxUsed'. | 222 | |
| javadoc | JavadocMethod | Unused @param tag for 'mediaPool'. | 225 | |
| javadoc | JavadocMethod | Unused @param tag for 'prefix'. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'instances'. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'media'. | 232 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceFiles'. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaPool'. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxMediaSize'. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 265 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 265 | |
| javadoc | JavadocMethod | Expected @return tag. | 296 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 327 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 349 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 506 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 507 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 528 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 601 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 601 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 606 | |
| javadoc | JavadocMethod | Expected @return tag. | 641 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 641 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientID'. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'domains'. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientID'. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'domains'. | 114 | |
| javadoc | JavadocMethod | Expected @return tag. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientID'. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'domains'. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.ejb.interfaces.MWLItemLocal' import. Should be before 'org.dcm4chex.archive.ejb.interfaces.SeriesLocal'. | 65 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.ejb.interfaces.MWLItemLocal' import. | 65 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.ejb.interfaces.PatientLocal' import. Should be before 'org.dcm4chex.archive.ejb.interfaces.SeriesLocal'. | 66 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.ejb.interfaces.PatientLocalHome' import. Should be before 'org.dcm4chex.archive.ejb.interfaces.SeriesLocal'. | 67 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'correct'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'prior'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepPrior'. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PatientAlreadyExistsException'. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'dominant'. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'prior'. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepPrior'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 198 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 198 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'modified'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 210 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 242 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'modified'. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 251 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 251 | |
| javadoc | JavadocMethod | Expected @return tag. | 260 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 260 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 260 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 261 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Expected @return tag. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 317 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 318 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 318 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 332 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 332 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 352 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 353 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 40 (max allowed is 10). | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'series_pk'. | 203 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 203 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 204 | |
| javadoc | JavadocMethod | Expected @return tag. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pk'. | 228 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 228 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'patient_pk'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'instance_pk'. | 265 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 265 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 266 | |
| javadoc | JavadocMethod | Expected @param tag for 'file_pk'. | 294 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileDTOs'. | 308 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'privateType'. | 317 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 342 | |
| javadoc | JavadocMethod | Expected @return tag. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'instance_pk'. | 408 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 408 | |
| javadoc | JavadocMethod | Expected @return tag. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'series_pk'. | 437 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 437 | |
| javadoc | JavadocMethod | Expected @return tag. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| javadoc | JavadocMethod | Expected @param tag for 'uids'. | 463 | |
| javadoc | JavadocMethod | Expected @return tag. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppsIUID'. | 503 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeEmptyParents'. | 504 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 504 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 523 | |
| javadoc | JavadocMethod | Expected @return tag. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 532 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ObjectNotFoundException'. | 532 | |
| javadoc | JavadocMethod | Expected @return tag. | 543 | |
| javadoc | JavadocMethod | Expected @param tag for 'study_pk'. | 543 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ObjectNotFoundException'. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| javadoc | JavadocMethod | Expected @return tag. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 571 | |
| javadoc | JavadocMethod | Expected @return tag. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'pat_pk'. | 600 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ObjectNotFoundException'. | 601 | |
| javadoc | JavadocMethod | Expected @return tag. | 612 | |
| javadoc | JavadocMethod | Expected @param tag for 'patAttrs'. | 612 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 613 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ObjectNotFoundException'. | 613 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 644 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 726 | |
| javadoc | JavadocMethod | Expected @return tag. | 755 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 772 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'pat'. | 176 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 210 | |
| javadoc | JavadocMethod | Expected @return tag. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'series'. | 244 | |
| javadoc | JavadocMethod | Expected @return tag. | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesRequest'. | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'observer'. | 312 | |
| javadoc | JavadocMethod | Expected @return tag. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlitem'. | 346 | |
| javadoc | JavadocMethod | Expected @return tag. | 358 | |
| javadoc | JavadocMethod | Expected @param tag for 'performer'. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.common.FileSystemStatus. | 75 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.FileLocal. | 78 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DcmServiceException, EJBException, InitialContext, LinkedHashMap, SeriesStored, Timestamp]. | 114 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 37 (max allowed is 10). | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'fspk'. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileid'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'updateStudyAccessTime'. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'clearExternalRetrieveAET'. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 191 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 191 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NonUniquePatientIDException'. | 191 | |
| javadoc | JavadocMethod | Expected @return tag. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'fspk'. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileid'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileStatus'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'updateStudyAccessTime'. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'clearExternalRetrieveAET'. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'canRollback'. | 201 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 201 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NonUniquePatientIDException'. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 263 | |
| javadoc | JavadocMethod | Expected @return tag. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriuid'. | 273 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesStored'. | 281 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Expected @return tag. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 314 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 315 | |
| javadoc | JavadocMethod | Expected @return tag. | 323 | |
| javadoc | JavadocMethod | Expected @param tag for 'delays'. | 323 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Expected @return tag. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 356 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 431 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriuid'. | 431 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 441 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 441 | |
| javadoc | JavadocMethod | Expected @param tag for 'tsuid'. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirpath'. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileid'. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'md5'. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 443 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 444 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 532 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 586 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 586 | |
| javadoc | JavadocMethod | Expected @param tag for 'stgCmtResult'. | 593 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 617 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 617 | |
| javadoc | JavadocMethod | Expected @return tag. | 629 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 629 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 629 | |
| javadoc | JavadocMethod | Expected @return tag. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 643 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 643 | |
| javadoc | JavadocMethod | Expected @return tag. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuids'. | 671 | |
| javadoc | JavadocMethod | Expected @param tag for 'deleteSeries'. | 671 | |
| javadoc | JavadocMethod | Expected @param tag for 'deleteStudy'. | 672 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 673 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 673 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 690 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 710 | |
| javadoc | JavadocMethod | Expected @return tag. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 717 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 718 | |
| javadoc | JavadocMethod | Expected @return tag. | 726 | |
| javadoc | JavadocMethod | Expected @param tag for 'rejNote'. | 726 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 726 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAet'. | 726 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.PatientUpdateLocal. | 71 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.PatientUpdateLocalHome. | 72 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 146 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 182 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'modAttrs'. | 223 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 224 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'modAttrs'. | 239 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 239 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'statusId'. | 333 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 334 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 334 | |
| javadoc | JavadocMethod | Expected @return tag. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'statusId'. | 346 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 347 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'subject'. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 193 | |
| javadoc | JavadocMethod | Expected @return tag. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'dto'. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 223 | |
| javadoc | JavadocMethod | Expected @return tag. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| javadoc | JavadocMethod | Expected @return tag. | 336 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'createdBefore'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 146 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIuids'. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 161 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 162 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIuid'. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 176 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'dominant'. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'prior'. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepPrior'. | 193 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 194 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 194 | |
| javadoc | JavadocMethod | Expected @throws tag for 'EJBException'. | 194 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIuid'. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyStatus'. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 204 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 205 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 141 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 184 | |
| javadoc | JavadocMethod | Expected @return tag. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 193 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 193 | |
| javadoc | JavadocMethod | Expected @return tag. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 205 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 205 | |
| javadoc | JavadocMethod | Expected @return tag. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 213 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 246 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 269 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 270 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| javadoc | JavadocMethod | Expected @return tag. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 320 | |
| javadoc | JavadocMethod | Expected @param tag for 'newState'. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| javadoc | JavadocMethod | Expected @param tag for 'tuid'. | 320 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 321 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 353 | |
| javadoc | JavadocMethod | Expected @return tag. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 362 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 406 | |
| javadoc | JavadocMethod | Expected @return tag. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 416 | |
| javadoc | JavadocMethod | Expected @param tag for 'deletionLock'. | 417 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 417 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 435 | |
| javadoc | JavadocMethod | Expected @return tag. | 444 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 444 | |
| javadoc | JavadocMethod | Expected @param tag for 'dellock'. | 444 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 467 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 468 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 497 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 497 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 515 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 516 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Expected @return tag. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 112 | |
| javadoc | JavadocMethod | Expected @return tag. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'availability'. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'modality'. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcAET'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAfter'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedBefore'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 137 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 150 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [AddRoleToUserCmd, AddUserCmd, EJBException, QueryPasswordForUserCmd, QueryRolesForUserCmd, QueryUsersCmd, RemoveRoleFromUserCmd, RemoveUserCmd, UpdatePasswordForUserCmd]. | 78 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @return tag. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'passwd'. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'passwd'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'roles'. | 125 | |
| javadoc | JavadocMethod | Expected @return tag. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 146 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'passwd'. | 185 | |
| javadoc | JavadocMethod | Expected @return tag. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldPasswd'. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'newPasswd'. | 203 | |
| javadoc | JavadocMethod | Expected @return tag. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 235 | |
| javadoc | JavadocMethod | Expected @return tag. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 271 | |
| javadoc | JavadocMethod | Expected @param tag for 'roles'. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 45 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 46 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 47 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 48 | |
| imports | CustomImportOrder | Import statement for 'java.util.Hashtable' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 49 | |
| imports | CustomImportOrder | Import statement for 'java.util.ResourceBundle' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 50 | |
| imports | CustomImportOrder | Import statement for 'javax.naming.Context' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 52 | |
| imports | CustomImportOrder | Import statement for 'javax.naming.InitialContext' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 53 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.Dataset' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 55 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.DcmObjectFactory' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 56 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.common.DatasetUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 57 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.GPWLManager' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 58 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.GPWLManagerHome' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 59 | |
| imports | CustomImportOrder | Import statement for 'org.xml.sax.SAXException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 60 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [File, FileInputStream, Getopt, Hashtable, InitialContext, LongOpt]. | 68 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| misc | UncommentedMain | Uncommented main method found. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'gnu.getopt.Getopt' import. Should be before 'gnu.getopt.LongOpt'. | 63 | |
| imports | ImportOrder | Wrong order for 'gnu.getopt.Getopt' import. | 63 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [File, FileInputStream, Getopt, Hashtable, InitialContext, LongOpt, PatientMatching]. | 70 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| misc | UncommentedMain | Uncommented main method found. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 147 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'rqpid'. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'spsid'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UncommentedMain | Uncommented main method found. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'uid'. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'deletionLock'. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Expected @return tag. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 25 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Expected @return tag. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceLevel'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'minAvail'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'createdAfter'. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'retrAETs'. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'modalities'. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 33 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Expected @return tag. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuid'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 50 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 51 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 51 | |
| javadoc | JavadocMethod | Expected @return tag. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuids'. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 56 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 57 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'pid'. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'codes'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 62 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 63 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 63 | |
| javadoc | JavadocMethod | Expected @return tag. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'suid'. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'code'. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'designator'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'supplement'. | 68 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 69 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceUIDs'. | 114 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @return tag. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Expected @return tag. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Expected @return tag. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Expected @return tag. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Expected @return tag. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Expected @return tag. | 60 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepSrcFiles'. | 120 | |
| javadoc | JavadocMethod | Expected @throws tag for 'org.dcm4chex.archive.exceptions.ConcurrentStudyStorageException'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepSrcFiles'. | 91 | |
| javadoc | JavadocMethod | Expected @throws tag for 'org.dcm4chex.archive.exceptions.ConcurrentStudyStorageException'. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 25 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Expected @return tag. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Expected @return tag. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Expected @return tag. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Expected @return tag. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Expected @return tag. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'iuids'. | 29 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Unused @param tag for 'mwlPk'. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'rpid'. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'spsid'. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Expected @throws tag for 'org.dcm4che.net.DcmServiceException'. | 42 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 42 | |
| javadoc | JavadocMethod | Unused @param tag for 'mwlDs'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlAttrs'. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Expected @throws tag for 'org.dcm4che.net.DcmServiceException'. | 53 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 53 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.CreateException'. | 53 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Expected @return tag. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesDS'. | 70 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 71 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.CreateException'. | 71 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Expected @return tag. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'mwlitem'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'updateDifferentPatientOfExistingStudy'. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'org.dcm4chex.archive.exceptions.PatientMismatchException'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 46 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 46 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 60 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 68 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 77 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 77 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 93 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 93 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.RemoveException'. | 100 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 100 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 100 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 107 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @return tag. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'modified'. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 30 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 31 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.CreateException'. | 31 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'study'. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'modified'. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'matching'. | 27 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.FinderException'. | 27 | |
| javadoc | JavadocMethod | Expected @throws tag for 'javax.ejb.CreateException'. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Expected @return tag. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'RemoteException'. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.rmi.RemoteException'. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Unused @param tag for 'ds'. | 95 | |
| javadoc | JavadocMethod | Expected @return tag. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'newAttrs'. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'overwriteReqAttrSQ'. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'modifiedAttrs'. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Expected @return tag. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Expected @return tag. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @return tag. | 72 | |
| javadoc | JavadocMethod | Expected @return tag. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Expected @return tag. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'java.lang.String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 490 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 530 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 531 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 613 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 615 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 630 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 632 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 633 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 636 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 637 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 638 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 654 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 655 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 658 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 674 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 675 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 679 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 680 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 698 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 702 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 713 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 714 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 715 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 716 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 730 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 733 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 734 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 736 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 745 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 746 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 747 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 749 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 763 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 764 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 765 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 766 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 776 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 778 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 779 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 780 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 781 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 782 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 784 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 793 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 798 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 808 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 809 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 810 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 811 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 813 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 814 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 816 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 824 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 826 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 828 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 829 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 832 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 840 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 841 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 842 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 843 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 844 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 845 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 846 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 856 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 857 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 858 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 859 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 861 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 862 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 864 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 876 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 877 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 878 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 879 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 880 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 881 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 882 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 883 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 884 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 886 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 900 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 903 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 904 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 905 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 907 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 909 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 921 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 921 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 935 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 938 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 939 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 940 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 942 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 943 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 946 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 952 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 953 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 954 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 955 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 956 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 957 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 959 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 960 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 961 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 963 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 969 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 970 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 971 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 972 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 973 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 974 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 975 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 976 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 978 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 984 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 985 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 986 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 987 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 989 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 990 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 993 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 999 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1000 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1001 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1002 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1003 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1005 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1006 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1008 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1014 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1015 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1016 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1017 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1018 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1019 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1020 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1021 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1023 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1029 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1030 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1031 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1032 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1033 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1034 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1035 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1036 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1044 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1045 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1046 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1047 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1048 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1049 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1050 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1051 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1053 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1059 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1060 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1061 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1062 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1063 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1064 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1065 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1066 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1068 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1076 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1077 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1079 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1080 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1082 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1083 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1084 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1085 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1087 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1095 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1096 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1098 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1099 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1316 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| misc | UncommentedMain | Uncommented main method found. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| misc | UncommentedMain | Uncommented main method found. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| misc | UncommentedMain | Uncommented main method found. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 47 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestSuite'. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.cactus.ServletTestCase' import. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| misc | UncommentedMain | Uncommented main method found. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| misc | UncommentedMain | Uncommented main method found. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| misc | UncommentedMain | Uncommented main method found. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UncommentedMain | Uncommented main method found. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestCase'. | 48 | |
| imports | ImportOrder | Wrong order for 'org.dcm4che.data.Dataset' import. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| misc | UncommentedMain | Uncommented main method found. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| design | VisibilityModifier | Variable 'acknowledgmentCode' must be private and have accessor methods. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'messageControlID' must be private and have accessor methods. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| design | VisibilityModifier | Variable 'textMessage' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 42 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Unused @param tag for 'ignoreNotFound'. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignore'. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 276 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DocumentSource, HL7Exception, MSH, SAXResult, StringTokenizer, TemplatesDelegate]. | 63 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 63 | |
| design | VisibilityModifier | Variable 'templates' must be private and have accessor methods. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| design | VisibilityModifier | Variable 'HL7ErrorCode' must be private and have accessor methods. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| design | VisibilityModifier | Variable 'severity' must be private and have accessor methods. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.FileInputStream. | 43 | |
| imports | UnusedImports | Unused import - java.io.FileOutputStream. | 45 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 49 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 50 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 51 | |
| imports | UnusedImports | Unused import - java.util.List. | 52 | |
| imports | UnusedImports | Unused import - java.util.Map. | 53 | |
| imports | UnusedImports | Unused import - java.util.StringTokenizer. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.StringTokenizer'. | 55 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 55 | |
| imports | UnusedImports | Unused import - java.util.Map.Entry. | 55 | |
| imports | UnusedImports | Unused import - javax.jms.JMSException. | 57 | |
| imports | UnusedImports | Unused import - javax.jms.Message. | 58 | |
| imports | UnusedImports | Unused import - javax.jms.MessageListener. | 59 | |
| imports | UnusedImports | Unused import - javax.jms.ObjectMessage. | 60 | |
| imports | UnusedImports | Unused import - javax.xml.transform.OutputKeys. | 64 | |
| imports | UnusedImports | Unused import - javax.xml.transform.TransformerFactory. | 67 | |
| imports | UnusedImports | Unused import - javax.xml.transform.sax.SAXResult. | 68 | |
| imports | UnusedImports | Unused import - javax.xml.transform.sax.TransformerHandler. | 69 | |
| imports | UnusedImports | Unused import - org.dom4j.DocumentException. | 76 | |
| imports | UnusedImports | Unused import - org.dom4j.io.SAXContentHandler. | 78 | |
| imports | UnusedImports | Unused import - org.regenstrief.xhl7.HL7XMLReader. | 80 | |
| imports | UnusedImports | Unused import - org.xml.sax.InputSource. | 83 | |
| imports | UnusedImports | Unused import - org.xml.sax.SAXException. | 84 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [ByteArrayOutputStream, DocumentSource, Executer, HL7XMLWriter, IOException, MSH, OutputStreamWriter, StreamResult, TemplatesDelegate]. | 91 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 155 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.StringTokenizer'. | 61 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 61 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 36 (max allowed is 5) classes [ACK, AEDTO, AuditEvent.TypeCode, ByteArrayInputStream, ByteArrayOutputStream, ConfigurationException, Date, DocumentSource, ERR, File, FileInputStream, ForwardingRules, HL7Exception, HL7SendOrder, HL7XMLReader, HL7XMLWriter, IOException, InputSource, InputStreamReader, JMSDelegate, MLLPDriver, MSH, OutputStreamWriter, ParticipantObject, ParticipantObject.IDTypeCode, QueryMessage, RSP, RetryIntervalls, SAXContentHandler, SAXResult, SimpleDateFormat, StreamResult, StreamSource, StringTokenizer, TLSConfigDelegate, TemplatesDelegate]. | 116 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 64 (max allowed is 10). | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| design | VisibilityModifier | Variable 'templates' must be private and have accessor methods. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 348 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 391 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| javadoc | JavadocMethod | Expected @return tag. | 469 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 479 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| javadoc | JavadocMethod | Expected @return tag. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'pdqManager'. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'domain'. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'count'. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'continuation'. | 565 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 566 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| javadoc | JavadocMethod | Expected @return tag. | 656 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| javadoc | JavadocMethod | Expected @return tag. | 714 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 714 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'pdqManager'. | 714 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 714 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 714 | |
| javadoc | JavadocMethod | Expected @param tag for 'domain'. | 714 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 715 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 716 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 723 | |
| javadoc | JavadocMethod | Expected @return tag. | 741 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixManager'. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixQueryName'. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 743 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientID'. | 743 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 743 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuer'. | 743 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 743 | |
| javadoc | JavadocMethod | Expected @param tag for 'domains'. | 743 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 744 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 745 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 781 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 789 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 789 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 789 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 790 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 790 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 790 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 809 | |
| javadoc | JavadocMethod | Expected @return tag. | 822 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 822 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 822 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 822 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 822 | |
| javadoc | JavadocMethod | Expected @param tag for 'domain'. | 822 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 829 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 829 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 829 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 848 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 849 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 903 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 908 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 913 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 913 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 913 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 914 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 914 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 914 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 947 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 967 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 967 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 973 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 984 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 986 | |
| javadoc | JavadocMethod | Expected @param tag for 'sb'. | 995 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 995 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 999 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1003 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1009 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1009 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1016 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1016 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1016 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1016 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1022 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1048 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1064 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1085 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1085 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1086 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1093 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1093 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1093 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.xml.transform.TransformerConfigurationException. | 67 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 25 (max allowed is 5) classes [BufferedOutputStream, ByteArrayInputStream, ByteArrayOutputStream, DecimalFormat, DocumentResult, DocumentSource, File, FileOutputStream, HL7Exception, HL7XMLReader, HL7XMLWriter, Hashtable, InputSource, InputStreamReader, MLLPDriver, MSH, Notification, NotificationFilter, OutputStreamWriter, SAXContentHandler, SAXResult, StreamResult, StringWriter, TLSConfigDelegate, TemplatesDelegate]. | 101 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 42 (max allowed is 10). | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 547 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 602 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [ByteArrayOutputStream, File, FileOutputStream, HL7XMLWriter, NotificationFilterSupport, OutputStreamWriter, SAXResult, StreamResult, TemplatesDelegate]. | 79 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 351 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 414 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 417 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| design | VisibilityModifier | Variable 'sendingApplication' must be private and have accessor methods. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| design | VisibilityModifier | Variable 'sendingFacility' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| design | VisibilityModifier | Variable 'receivingApplication' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| design | VisibilityModifier | Variable 'receivingFacility' must be private and have accessor methods. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'messageType' must be private and have accessor methods. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| design | VisibilityModifier | Variable 'triggerEvent' must be private and have accessor methods. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| design | VisibilityModifier | Variable 'messageControlID' must be private and have accessor methods. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| design | VisibilityModifier | Variable 'processingID' must be private and have accessor methods. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| design | VisibilityModifier | Variable 'versionID' must be private and have accessor methods. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| design | VisibilityModifier | Variable 'characterSet' must be private and have accessor methods. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| design | VisibilityModifier | Variable 'patientMatching' must be private and have accessor methods. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| design | VisibilityModifier | Variable 'xslPath' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'exportManagerName' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'storePriority' must be private and have accessor methods. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.StringTokenizer'. | 54 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 54 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 24 (max allowed is 5) classes [AuditEvent.ID, ContentHandlerAdapter, DTFormat, Date, DefaultHandler, DocumentSource, File, FileInputStream, FileOutputStream, HL7XMLReader, HttpUserInfo, InputSource, JMSDelegate, MSH, MessageTypeMatcher, ParticipantObjectDescription, PrefetchOrder, RetryIntervalls, SAXContentHandler, SAXResult, SchedulePrefetchMessage, StreamResult, StringTokenizer, TemplatesDelegate]. | 114 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 52 (max allowed is 10). | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 394 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| javadoc | JavadocMethod | Expected @param tag for 'keys'. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 560 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 646 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 651 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 651 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 680 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| design | VisibilityModifier | Variable 'queryTag' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'queryResponseStatus' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'pid' must be private and have accessor methods. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che2.audit.message.QueryMessage. | 59 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [DefaultHandler, DocumentSource, HttpUserInfo, NotificationListener, SAXException, SAXResult, SecurityAlertMessage, TemplatesDelegate]. | 88 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 523 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Unused Javadoc tag. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerConfigurationException'. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Expected @return tag. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedInputStream, BufferedOutputStream, FOPCreator, File, FileInputStream, FileOutputStream, RIDStreamResponseObjectImpl, SAXResult, SVGCreator, StreamSource, WaveformGroup, WaveformInfo]. | 81 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'reqObj'. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 138 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 158 | |
| javadoc | JavadocMethod | Expected @return tag. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 172 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'doc'. | 229 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 230 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 295 | |
| javadoc | JavadocMethod | Expected @return tag. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'elem'. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 321 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuidGrps'. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 417 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerConfigurationException'. | 417 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 417 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.xml.transform.stream.StreamSource. | 79 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.mbean.TemplatesDelegate. | 113 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 20 (max allowed is 5) classes [BasicRIDResponseObject, BufferedInputStream, BufferedOutputStream, ConceptNameCodeConfig, DataExportMessage, DataInputStream, Date, ECGSupport, FileInputStream, FileOutputStream, HttpUserInfo, IHEDocumentList, ISO8601DateFormat, InitialContext, ParticipantObjectDescription, Properties, RIDStreamResponseObjectImpl, RIDTransformResponseObjectImpl, SAXResult, SOPClass]. | 129 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 65 (max allowed is 10). | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 275 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 277 | |
| javadoc | JavadocMethod | Unused @param tag for 'sopCuids'. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuids'. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| javadoc | JavadocMethod | Expected @return tag. | 431 | |
| javadoc | JavadocMethod | Expected @param tag for 'reqObj'. | 431 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 431 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 431 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerConfigurationException'. | 431 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 526 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 607 | |
| javadoc | JavadocMethod | Expected @return tag. | 621 | |
| javadoc | JavadocMethod | Expected @param tag for 'reqObj'. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 628 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 648 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 654 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 654 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 663 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 686 | |
| javadoc | JavadocMethod | Unused @param tag for 'f'. | 693 | |
| javadoc | JavadocMethod | Expected @return tag. | 696 | |
| javadoc | JavadocMethod | Expected @param tag for 'reqObj'. | 696 | |
| javadoc | JavadocMethod | Expected @param tag for 'is'. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 724 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 724 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 724 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 733 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 771 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 791 | |
| javadoc | JavadocMethod | Expected @return tag. | 805 | |
| javadoc | JavadocMethod | Expected @param tag for 'outFile'. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| javadoc | JavadocMethod | Expected @param tag for 'docUID'. | 805 | |
| javadoc | JavadocMethod | Expected @return tag. | 832 | |
| javadoc | JavadocMethod | Expected @param tag for 'reqObj'. | 832 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 832 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 833 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 837 | |
| javadoc | JavadocMethod | Expected @param tag for 'input'. | 856 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 856 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 856 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerException'. | 856 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 874 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 874 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 889 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 889 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 909 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 919 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 934 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 945 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 946 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 962 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 962 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 966 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 972 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 972 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 972 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 972 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 977 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'leadNr' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'nrOfLeads' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'sampleIterpretation' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'leadNr' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'nrOfLeads' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| design | VisibilityModifier | Variable 'sampleIterpretation' must be private and have accessor methods. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'grp'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'ch'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffer'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'fCorr'. | 81 | |
| javadoc | JavadocMethod | Expected @return tag. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'ch'. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'def'. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Expected @return tag. | 149 | |
| javadoc | JavadocMethod | Expected @return tag. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Expected @return tag. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'elem'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'grpIndex'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'fCorr'. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Expected @return tag. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'chDefs'. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'fCorr'. | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'idx'. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.dcm4chex.rid.mbean.ecg.xml.SVGCreator. | 59 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DecimalFormat, DecimalFormatSymbols, Locale, SVGCreator, StreamResult, XMLUtil]. | 71 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfgrps'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfInfo'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 158 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'group'. | 242 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'group'. | 263 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerConfigurationException'. | 263 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'group'. | 276 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [AttributesImpl, DecimalFormat, DecimalFormatSymbols, Locale, Properties, SimpleDateFormat, StreamResult, WaveformScalingInfo, XMLUtil]. | 73 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| design | VisibilityModifier | Variable 'wfTemplate' must be private and have accessor methods. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfgrp'. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfInfo'. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'row'. | 414 | |
| javadoc | JavadocMethod | Expected @param tag for 'xOffset'. | 414 | |
| javadoc | JavadocMethod | Expected @param tag for 'topPos'. | 414 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 414 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| javadoc | JavadocMethod | Expected @return tag. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| javadoc | JavadocMethod | Expected @param tag for 'channel'. | 450 | |
| javadoc | JavadocMethod | Expected @param tag for 'area'. | 450 | |
| javadoc | JavadocMethod | Expected @param tag for 'scalingInfo'. | 450 | |
| javadoc | JavadocMethod | Expected @return tag. | 477 | |
| javadoc | JavadocMethod | Expected @param tag for 'channel'. | 477 | |
| javadoc | JavadocMethod | Expected @param tag for 'area'. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Expected @param tag for 'y'. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Expected @param tag for 'fill'. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 536 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'style'. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'd'. | 556 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| javadoc | JavadocMethod | Expected @param tag for 'xlinkHref'. | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| javadoc | JavadocMethod | Expected @param tag for 'transform'. | 585 | |
| javadoc | JavadocMethod | Expected @param tag for 'props'. | 585 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 595 | |
| javadoc | JavadocMethod | Expected @return tag. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixPerSec'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'xScaleDesc'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixPerUnit'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'yScaleDesc'. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'th' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 53 | |
| imports | UnusedImports | Unused import - javax.xml.transform.Transformer. | 57 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AttributesImpl, DatasetDateComparator, Date, SimpleDateFormat, StreamResult, StreamSource, URL, XMLUtil]. | 82 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 350 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 364 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 374 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 403 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 536 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 538 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 551 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 618 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'v' must be private and have accessor methods. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| design | VisibilityModifier | Variable 'reqType' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'headerMap' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'paramMap' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'allowedContentTypes' must be private and have accessor methods. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| design | VisibilityModifier | Variable 'reqURL' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| design | VisibilityModifier | Variable 'errMsg' must be private and have accessor methods. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| design | VisibilityModifier | Variable 'remoteAddr' must be private and have accessor methods. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| design | VisibilityModifier | Variable 'remoteHost' must be private and have accessor methods. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| design | VisibilityModifier | Variable 'remoteUser' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'studyPermissionCheckDisabled' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 78 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'accept'. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 149 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 111 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 152 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 152 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'respObject'. | 201 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 215 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| design | VisibilityModifier | Variable 'maxConcurrentCodec' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'nrOfConcurrentCodec' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'codecSemaphore' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'biPool' must be private and have accessor methods. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| design | VisibilityModifier | Variable 'implClassUID' must be private and have accessor methods. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| design | VisibilityModifier | Variable 'photometricInterpretation' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'samples' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'frames' must be private and have accessor methods. | 92 | |
| design | VisibilityModifier | Variable 'rows' must be private and have accessor methods. | 94 | |
| design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'planarConfiguration' must be private and have accessor methods. | 98 | |
| design | VisibilityModifier | Variable 'bitsAllocated' must be private and have accessor methods. | 100 | |
| design | VisibilityModifier | Variable 'bitsStored' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'pixelRepresentation' must be private and have accessor methods. | 104 | |
| design | VisibilityModifier | Variable 'frameLength' must be private and have accessor methods. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| design | VisibilityModifier | Variable 'tsuid' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'dataType' must be private and have accessor methods. | 110 | |
| design | VisibilityModifier | Variable 'maxVal' must be private and have accessor methods. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam' | 88 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [AtomicInteger, BufferedInputStream, BufferedOutputStream, DigestOutputStream, EOFException, FIFOSemaphore, FileInputStream, FileOutputStream, IIOImage, Jpeg2000, JpegLS, JpegLossless, JpegLossy, MemoryCacheImageOutputStream, PatchJpegLSImageOutputStream]. | 96 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 40 (max allowed is 10). | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'com.sun.media.imageio.stream.SegmentedImageInputStream' | 79 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [AtomicInteger, BufferedOutputStream, DigestOutputStream, FIFOSemaphore, FileImageInputStream, FileOutputStream, ItemParser, PatchJpegLSImageInputStream, SegmentedImageInputStream]. | 88 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 31 (max allowed is 10). | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| design | VisibilityModifier | Variable 'condition' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'compression' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'quality' must be private and have accessor methods. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| design | VisibilityModifier | Variable 'derivationDescription' must be private and have accessor methods. | 89 | |
| design | VisibilityModifier | Variable 'ratio' must be private and have accessor methods. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.LinkedHashSet'. | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.LinkedHashMap' import. Should be before 'java.util.LinkedHashSet'. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'startHour' must be private and have accessor methods. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| design | VisibilityModifier | Variable 'condition' must be private and have accessor methods. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| design | VisibilityModifier | Variable 'forwardAETs' must be private and have accessor methods. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashMap. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 5) classes [Attribute, DTFormat, Date, DcmServiceException, File, LinkedHashMap, Notification, NotificationFilterSupport, NotificationListener, PatientMatching, QueryMessage, Random, StringTokenizer, TemplatesDelegate]. | 112 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 43 (max allowed is 10). | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| design | VisibilityModifier | Variable 'dcmServerName' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'aeServiceName' must be private and have accessor methods. | 126 | |
| design | VisibilityModifier | Variable 'dcmHandler' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'userIdentityNegotiator' must be private and have accessor methods. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| design | VisibilityModifier | Variable 'calledAETs' must be private and have accessor methods. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| design | VisibilityModifier | Variable 'callingAETs' must be private and have accessor methods. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| design | VisibilityModifier | Variable 'generatePatientID' must be private and have accessor methods. | 140 | |
| design | VisibilityModifier | Variable 'pnameHashInGeneratePatientID' must be private and have accessor methods. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| design | VisibilityModifier | Variable 'issuerOfGeneratedPatientID' must be private and have accessor methods. | 143 | |
| design | VisibilityModifier | Variable 'supplementIssuerOfPatientID' must be private and have accessor methods. | 145 | |
| design | VisibilityModifier | Variable 'supplementIssuerOfAccessionNumber' must be private and have accessor methods. | 147 | |
| design | VisibilityModifier | Variable 'supplementInstitutionName' must be private and have accessor methods. | 149 | |
| design | VisibilityModifier | Variable 'supplementInstitutionalDepartmentName' must be private and have accessor methods. | 151 | |
| design | VisibilityModifier | Variable 'supplementByHostName' must be private and have accessor methods. | 153 | |
| design | VisibilityModifier | Variable 'supplementByHostAddress' must be private and have accessor methods. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| design | VisibilityModifier | Variable 'generatePatientIDForUnscheduledFromAETs' must be private and have accessor methods. | 157 | |
| design | VisibilityModifier | Variable 'invertGeneratePatientIDForUnscheduledFromAETs' must be private and have accessor methods. | 159 | |
| design | VisibilityModifier | Variable 'patientMatching' must be private and have accessor methods. | 161 | |
| design | VisibilityModifier | Variable 'tsuidMap' must be private and have accessor methods. | 167 | |
| design | VisibilityModifier | Variable 'maxPDULength' must be private and have accessor methods. | 169 | |
| design | VisibilityModifier | Variable 'maxOpsInvoked' must be private and have accessor methods. | 171 | |
| design | VisibilityModifier | Variable 'maxOpsPerformed' must be private and have accessor methods. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| design | VisibilityModifier | Variable 'logCallingAETs' must be private and have accessor methods. | 175 | |
| design | VisibilityModifier | Variable 'logDir' must be private and have accessor methods. | 177 | |
| design | VisibilityModifier | Variable 'templates' must be private and have accessor methods. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 500 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 559 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 643 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 661 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 661 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 665 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 665 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 669 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 694 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 703 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 703 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 723 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 741 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 751 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 753 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 755 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 757 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 766 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 766 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 779 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 779 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 779 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 785 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 806 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 806 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 816 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 817 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 823 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 823 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 838 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 844 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 859 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 859 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 866 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 874 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 879 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 879 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 879 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 886 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 892 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 905 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 905 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 905 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 918 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 926 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 930 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 942 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 957 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 969 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 970 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 977 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 992 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1012 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1027 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1027 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1027 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1028 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1030 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1043 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1044 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1055 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1056 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1063 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1077 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1077 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1077 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1080 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1094 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1095 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1097 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1281 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1338 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| design | VisibilityModifier | Variable 'callingAET' must be private and have accessor methods. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| design | VisibilityModifier | Variable 'offeredTS' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'acTimeout' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'dimseTimeout' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'soCloseDelay' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'maxPDULength' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'tlsConfig' must be private and have accessor methods. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Unused @param tag for 'configURL'. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 118 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 167 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.dict.UIDs. | 49 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [ExtNegotiator, GPSPSScp, GPWLFindScp, LinkedHashMap, Notification, NotificationFilter, PPSScp]. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 277 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 314 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 346 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'searchDS'. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'searchDS'. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 176 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 213 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.AEManager. | 56 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.AEManagerHome. | 57 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.util.EJBHomeFactory. | 61 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 120 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [DcmServiceException, DefaultHandler, IANOrder, JMSDelegate, Notification, NotificationFilter, NotificationFilterSupport, NotificationListener, RetryIntervalls, SAXResult, TemplatesDelegate]. | 102 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 40 (max allowed is 10). | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 543 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 561 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 569 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 593 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 659 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 683 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 711 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| javadoc | JavadocMethod | Unused @param tag for 'maxMediaUsage'. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Unused @param tag for 'maxStudyAge'. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'age'. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| javadoc | JavadocMethod | Unused @param tag for 'notifyBurnMediaEmailTo'. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| javadoc | JavadocMethod | Expected @param tag for 'emails'. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 580 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 663 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 674 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 700 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 728 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 748 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 774 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 775 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 775 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 775 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 819 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 828 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 845 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 852 | |
| javadoc | JavadocMethod | Expected @return tag. | 872 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 877 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 893 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 909 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 916 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaDTO'. | 934 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 935 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 935 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 935 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 978 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 984 | |
| javadoc | JavadocMethod | Unused @param tag for 'dimse'. | 1005 | |
| javadoc | JavadocMethod | Expected @param tag for 'rsp'. | 1010 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1010 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 1010 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1049 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 1050 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 1050 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1050 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1051 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1057 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1057 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1060 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1073 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1087 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1135 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1158 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1166 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1212 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaToBurn'. | 1224 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JMSException'. | 1224 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1234 | |
| javadoc | JavadocMethod | Expected @return tag. | 1245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1245 | |
| javadoc | JavadocMethod | Expected @param tag for 'mediaToBurn'. | 1245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1264 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1269 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1275 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1282 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1288 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 1308 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1309 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 1309 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1309 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 1325 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoveException'. | 1326 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 1326 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 1326 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1327 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 1340 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 1341 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 1341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| design | VisibilityModifier | Variable 'lastCheckResult' must be private and have accessor methods. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 289 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.Set'. | 51 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 51 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [ContentHandlerAdapter, DTFormat, Date, DefaultHandler, File, FileOutputStream, NotificationListener, Properties, SAXResult, StreamResult, TemplatesDelegate]. | 93 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 456 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 190 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 43 | |
| imports | UnusedImports | Unused import - org.dcm4che2.audit.message.AuditEvent. | 70 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4che2.audit.message.AuditEvent.ActionCode' import. Should be before 'org.dcm4che2.audit.message.ProcedureRecordMessage'. | 75 | |
| imports | ImportOrder | Wrong order for 'org.dcm4che2.audit.message.AuditEvent.ActionCode' import. | 75 | |
| imports | UnusedImports | Unused import - org.dcm4che2.audit.util.InstanceSorter. | 76 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [Dataset, HttpUserInfo, MPPSScp, Notification, NotificationFilter, ParticipantObjectDescription, ProcedureRecordMessage]. | 93 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'rpspsIDs'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUIDs'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUIDs'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUIDs'. | 190 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 190 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 190 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 190 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 190 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| javadoc | JavadocMethod | Expected @return tag. | 376 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 229 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 290 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 197 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.dict.UIDs. | 53 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.management.InstanceNotFoundException. | 44 | |
| imports | UnusedImports | Unused import - javax.management.ReflectionException. | 50 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 224 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 252 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 199 | |
| javadoc | JavadocMethod | Expected @return tag. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'searchDS'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'fuzzyMatchingOfPN'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'result'. | 210 | |
| javadoc | JavadocMethod | Expected @return tag. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'searchDS'. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'fuzzyMatchingOfPN'. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'result'. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 323 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [Date, DimseListener, NotificationListener, PatientMatching, Runnable, SchedulerDelegate, SimpleDateFormat, StringTokenizer, TemplatesDelegate, Thread]. | 86 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| design | VisibilityModifier | Variable 'patientMatching' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'templates' must be private and have accessor methods. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 350 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 410 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 425 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 456 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 606 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 606 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 690 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 111 | |
| design | VisibilityModifier | Variable 'filterResult' must be private and have accessor methods. | 113 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 298 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 202 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DimseListener, IOException, MoveScu, RetrieveInfo, StudyInstanceUIDAndDirPath, TimerTask]. | 85 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 85 | |
| design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 413 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 428 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.ejb.FinderException' should be separated from previous imports. | 61 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 24 (max allowed is 5) classes [BlockedFindScp, ConfigurationException, DcmServiceException, DicomSecurityDelegate, ExtNegotiator, FileDTO, FileDataSource, FileNotFoundException, FindScp, GetScp, IOException, InstanceSorter, InstancesTransferredMessage, LinkedHashMap, MoveScp, NoPresContextException, PIDWithIssuer, ParticipantObjectDescription, ParticipantObjectDescription.SOPClass, QueryExternalRetrieveAETsOfSeriesCmd, QueryFilesOfSeriesCmd2, TLSConfigDelegate, Timer, UnknownAETException]. | 126 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 59 (max allowed is 10). | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| design | VisibilityModifier | Variable 'localStorageAET' must be private and have accessor methods. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 533 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 623 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 643 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 651 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 655 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 659 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 683 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 691 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 706 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 710 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 721 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 725 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 729 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 733 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 741 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 741 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 747 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 751 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 751 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 765 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 765 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 765 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 765 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 769 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 777 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 782 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 782 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 787 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 787 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 793 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 793 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 799 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 799 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 811 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 811 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 818 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 824 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 824 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 835 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 835 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 844 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 852 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 856 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 864 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 865 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 867 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 868 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 888 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 892 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 892 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 892 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 914 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 914 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 918 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 918 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 940 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 948 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 956 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 956 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 957 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 965 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 965 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 969 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 969 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 973 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 977 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 981 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 985 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 990 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 994 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1026 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1064 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1071 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1076 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1076 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1077 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1085 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1085 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1235 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1289 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1296 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1315 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1445 | |
| javadoc | JavadocMethod | Expected @param tag for 'dest'. | 1445 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 1445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1486 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1530 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1599 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1606 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1649 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1695 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1735 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1741 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1748 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 1768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1771 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1775 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1779 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1784 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1788 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1796 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1804 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1808 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1813 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| design | VisibilityModifier | Variable 'iuids' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'tsuids' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'iuidsAndTsuidsByCuid' must be private and have accessor methods. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| design | VisibilityModifier | Variable 'studyIUID' must be private and have accessor methods. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| design | VisibilityModifier | Variable 'dirpath' must be private and have accessor methods. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 43 | |
| imports | UnusedImports | Unused import - java.util.List. | 44 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmElement. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| design | VisibilityModifier | Variable 'stgCmtServiceName' must be private and have accessor methods. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [DcmServiceException, JMSDelegate, LinkedHashMap, LinkedHashSet, RetryIntervalls, StgCmtOrder, StgCmtScuScp, TLSConfigDelegate, UnknownAETException]. | 96 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 38 (max allowed is 10). | 96 | |
| design | VisibilityModifier | Variable 'queryRetrieveScpServiceName' must be private and have accessor methods. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 444 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 630 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 650 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 657 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 18 (max allowed is 5) classes [BufferedInputStream, BufferedOutputStream, CompressionRules, DcmServiceException, DigestInputStream, DigestOutputStream, EOFException, File, FileInputStream, FileOutputStream, HttpUserInfo, PatientRecordMessage, PerfMonDelegate, QueryFilesCmd, Runnable, SeriesStored, StringTokenizer, URI]. | 129 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 59 (max allowed is 10). | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| design | VisibilityModifier | Variable 'perfMon' must be private and have accessor methods. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 499 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DcmServiceException'. | 500 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 687 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 735 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 763 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 772 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 774 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 793 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 816 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 853 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 874 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 875 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 875 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 892 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 915 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 915 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 915 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 923 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 934 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 935 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 954 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 996 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1001 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1022 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1028 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1047 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1062 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1086 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1087 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1191 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1232 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1237 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1360 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.StringTokenizer'. | 56 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 56 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.AEDTO. | 88 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 21 (max allowed is 5) classes [CompressionRules, Date, DcmServiceException, FileDTO, FileSystemMgt2Delegate, HttpUserInfo, InstanceSorter, InstancesTransferredMessage, LinkedHashMap, Notification, NotificationFilter, NotificationListener, ParticipantObjectDescription, ParticipantObjectDescription.SOPClass, PatientRecordMessage, Runnable, SchedulerDelegate, StoreScp, StringTokenizer, Thread, Timestamp]. | 109 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 43 (max allowed is 10). | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 526 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 560 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 584 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 620 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 636 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 636 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 640 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 644 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 644 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 680 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 680 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 684 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 706 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 706 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 711 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 715 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 723 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 728 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 734 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 739 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 753 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 763 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 781 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 782 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 795 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 802 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 807 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 807 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 823 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 841 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 849 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 856 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 870 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 890 | |
| javadoc | JavadocMethod | Expected @param tag for 'prevseriuid'. | 890 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 891 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 893 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 897 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 898 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 902 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 910 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 911 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 921 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 929 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 936 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 944 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 952 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 971 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 977 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 983 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 1001 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1005 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 1016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1021 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 1033 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1044 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1062 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1062 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1066 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1090 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 63 | |
| design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 189 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 235 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 236 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 131 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.dict.UIDs. | 48 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.common.UPSState. | 56 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [DcmServiceException, ExtNegotiator, JMSDelegate, LinkedHashMap, RetryIntervalls.Map, TLSConfigDelegate, UPSEventReportOrder, UPSFindScp, UPSScp]. | 90 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 32 (max allowed is 10). | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 446 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 474 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 530 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 574 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 650 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 658 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BufferedOutputStream, ConfigurationException, DigestOutputStream, EnhancedMFBuilder, File, FileInputStream, FileOutputStream, JMSDelegate]. | 79 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 329 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 334 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 72 | |
| design | VisibilityModifier | Variable 'storeScpServiceName' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'queryRetrieveScpServiceName' must be private and have accessor methods. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| design | VisibilityModifier | Variable 'queueName' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'concurrency' must be private and have accessor methods. | 81 | |
| design | VisibilityModifier | Variable 'fileStatus' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'verifyCopy' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'condition' must be private and have accessor methods. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 89 | |
| design | VisibilityModifier | Variable 'retryIntervalls' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'bufferSize' must be private and have accessor methods. | 93 | |
| design | VisibilityModifier | Variable 'jmsDelegate' must be private and have accessor methods. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 298 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| design | VisibilityModifier | Variable 'lastCheckResult' must be private and have accessor methods. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 266 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'fileInfos' must be private and have accessor methods. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| design | VisibilityModifier | Variable 'dstFsPath' must be private and have accessor methods. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| design | VisibilityModifier | Variable 'retrieveAETs' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'ian' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'fetchSize' must be private and have accessor methods. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 48 | |
| imports | UnusedImports | Unused import - java.util.Calendar. | 50 | |
| imports | UnusedImports | Unused import - javax.management.AttributeNotFoundException. | 55 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BufferedOutputStream, FileCopyOrder, FileInputStream, FileOutputStream, IOException, ObjectName, TarEntry, TarOutputStream]. | 87 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 440 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.management.AttributeNotFoundException. | 57 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedOutputStream, Date, File, FileInputStream, FileOutputStream, FileSystemMgt2Delegate, IOException, JMSDelegate, ObjectName, RetryIntervalls, TarEntry, TarOutputStream]. | 89 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| design | VisibilityModifier | Variable 'destFileStatus' must be private and have accessor methods. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 394 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 606 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 633 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 655 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 692 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [IOException, MigrationTask, NotificationListener, QueryHSMMigrateCmd, Runnable, SchedulerDelegate, Thread]. | 70 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 120 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 147 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 560 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 568 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 62 | |
| design | VisibilityModifier | Variable 'mgr' must be private and have accessor methods. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| design | VisibilityModifier | Variable 'sourceFs' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'targetFs' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'counts' must be private and have accessor methods. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Expected @return tag. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 222 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Set. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.StringTokenizer'. | 51 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 51 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [ConfigurationException, IOException, NotificationListener, ObjectName, Runnable, SchedulerDelegate, SimpleDateFormat, StringTokenizer, Thread, Timestamp]. | 77 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 446 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 459 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 531 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 582 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 582 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BufferedReader, CacheJournal, DigestInputStream, File, FileInputStream, FileNotFoundException, FileOutputStream, IOException, InputStreamReader, Runnable, TarInputStream, Thread, VerifyTarException]. | 74 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedReader, DigestInputStream, File, FileInputStream, InputStreamReader, TarInputStream, VerifyTarException]. | 67 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | UncommentedMain | Uncommented main method found. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| design | VisibilityModifier | Variable 'fileCopyServiceName' must be private and have accessor methods. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Expected @return tag. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HSMException'. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'mapping' must be private and have accessor methods. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.log4j.*. | 7 | |
| imports | ImportOrder | Extra separation in import group before 'org.dcm4chex.archive.hsm.module.dicey.DiceyFSModule' | 9 | |
| imports | RedundantImport | Redundant import from the same package - org.dcm4chex.archive.hsm.module.dicey.DiceyFSModule. | 9 | |
| imports | RedundantImport | Redundant import from the same package - org.dcm4chex.archive.hsm.module.dicey.FileIOTimeOut. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.hsm.module.HSMException' import. Should be before 'org.dcm4chex.archive.hsm.module.dicey.FileIOTimeOut'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.hsm.module.HSMException' import. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.hsm.module.HSMFileBasedModule' import. Should be before 'org.dcm4chex.archive.hsm.module.dicey.FileIOTimeOut'. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 4 | |
| imports | CustomImportOrder | 'org.apache.log4j.Logger' should be separated from previous import group by one line. | 6 | |
| imports | ImportOrder | 'org.apache.log4j.Logger' should be separated from previous imports. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 4 | |
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 14 | |
| design | VisibilityModifier | Variable 'destination' must be private and have accessor methods. | 15 | |
| design | VisibilityModifier | Variable 'chunckSizeInBytes' must be private and have accessor methods. | 17 | |
| design | VisibilityModifier | Variable 'verbose' must be private and have accessor methods. | 18 | |
| design | VisibilityModifier | Variable 'outputChannel' must be private and have accessor methods. | 19 | |
| design | VisibilityModifier | Variable 'inputChannel' must be private and have accessor methods. | 20 | |
| design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 246 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 256 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 265 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AEDTO, AetChanged, Attribute, HttpUserInfo, Notification, ObjectName, SecurityAlertMessage, StringTokenizer]. | 78 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Unused @param tag for 'portNumbers'. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'ports'. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| javadoc | JavadocMethod | Unused @param tag for 'aet'. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuerOfPatientID'. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| javadoc | JavadocMethod | Expected @param tag for 'issuerOfAccessionNumber'. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| javadoc | JavadocMethod | Expected @param tag for 'passwd'. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsGroupID'. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'group'. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'wadoUrl'. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'stationName'. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'institution'. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'department'. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'installed'. | 403 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.management.Attribute. | 47 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [DeleterThresholds, FindScuDelegate, NotificationListener, Runnable, SchedulerDelegate, StringTokenizer, Thread]. | 76 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| design | VisibilityModifier | Variable 'scheduler' must be private and have accessor methods. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 563 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 597 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 597 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [CompressionFailedException, CompressionRule, File, FileFilter, NotificationListener, Runnable, SchedulerDelegate, StringTokenizer, Thread, Timestamp]. | 81 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 483 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 491 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 531 | |
| design | VisibilityModifier | Variable 'cuid' must be private and have accessor methods. | 531 | |
| design | VisibilityModifier | Variable 'codec' must be private and have accessor methods. | 532 | |
| design | VisibilityModifier | Variable 'delay' must be private and have accessor methods. | 533 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Expected @return tag. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 551 | |
| javadoc | JavadocMethod | Expected @return tag. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 577 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.ArrayList' should be separated from previous import group by one line. | 43 | |
| imports | UnusedImports | Unused import - java.util.HashSet. | 44 | |
| imports | UnusedImports | Unused import - java.util.Set. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 87 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'configName'. | 197 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 215 | |
| javadoc | JavadocMethod | Expected @return tag. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'configName'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 247 | |
| javadoc | JavadocMethod | Expected @return tag. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 266 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedObjectNameException'. | 267 | |
| javadoc | JavadocMethod | Expected @return tag. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrList'. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Unused @param tag for 'maxStudyAge'. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'age'. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Unused @param tag for 'maxStudyAge'. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCheckedBefore'. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4che2.audit.message.AuditEvent.ActionCode' import. Should be before 'org.dcm4che2.audit.message.StudyDeletedMessage'. | 71 | |
| imports | ImportOrder | Wrong order for 'org.dcm4che2.audit.message.AuditEvent.ActionCode' import. | 71 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [CreateException, HttpUserInfo, InstanceSorter, InstancesAccessedMessage, Notification, ParticipantObjectDescription, ParticipantObjectDescription.SOPClass, PatientRecordMessage, PatientUpdated, SeriesUpdated, StudyDeleted, StudyDeletedMessage]. | 94 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 35 (max allowed is 10). | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgType'. | 459 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 638 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 638 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 698 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| javadoc | JavadocMethod | Expected @return tag. | 729 | |
| javadoc | JavadocMethod | Expected @param tag for 'files'. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 738 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 745 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 754 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 761 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 768 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 778 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 785 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 794 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 803 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 830 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 850 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 870 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 880 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 891 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 913 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 913 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 921 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 929 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 929 | |
| coding | IllegalInstantiation | Instantiation of java.lang.Boolean should be avoided. | 932 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 948 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 952 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 964 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 965 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 979 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 991 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 997 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 997 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 997 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1011 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1021 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1027 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1032 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1034 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1046 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1062 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1068 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 209 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 219 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 269 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 361 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 166 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 166 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 112 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [Attribute, DeleteStudyDelegate, File, FileSystemDTO, Notification, NotificationListener, Runnable, StorageFileSystemSwitched, Thread]. | 69 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 623 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 674 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 698 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 723 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 736 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 746 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 747 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 767 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 777 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 788 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 809 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 831 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 835 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.dcm.storescp.StoreScpService. | 69 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.FileSystemDTO. | 73 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Unused @param tag for 'waveformSopClassUIDs'. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'sopCuids'. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Unused @param tag for 'waveformSopClassUIDs'. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'sopCuids'. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 290 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 290 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 290 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 336 | |
| javadoc | JavadocMethod | Expected @param tag for 'conceptNames'. | 336 | |
| javadoc | JavadocMethod | Expected @param tag for 'refSopInstances'. | 336 | |
| javadoc | JavadocMethod | Expected @return tag. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| javadoc | JavadocMethod | Expected @param tag for 'cuid'. | 368 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 382 | |
| javadoc | JavadocMethod | Expected @param tag for 'col'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'sq'. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyDS'. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 428 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 428 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 428 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HomeFactoryException'. | 428 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CreateException'. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [CompressionFailedException, CompressionRule, File, FileDTO, FileSystemMgt2Delegate, NotificationListener, Runnable, SchedulerDelegate, StringTokenizer, Thread, Timestamp]. | 82 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalInstantiation | Instantiation of java.lang.Boolean should be avoided. | 526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 563 | |
| design | VisibilityModifier | Variable 'cuid' must be private and have accessor methods. | 563 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| design | VisibilityModifier | Variable 'bodyPart' must be private and have accessor methods. | 564 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| design | VisibilityModifier | Variable 'srcAET' must be private and have accessor methods. | 565 | |
| design | VisibilityModifier | Variable 'delay' must be private and have accessor methods. | 566 | |
| design | VisibilityModifier | Variable 'quality' must be private and have accessor methods. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 568 | |
| design | VisibilityModifier | Variable 'derivationDescription' must be private and have accessor methods. | 568 | |
| design | VisibilityModifier | Variable 'ratio' must be private and have accessor methods. | 569 | |
| design | VisibilityModifier | Variable 'near' must be private and have accessor methods. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 587 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 605 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 649 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 702 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 711 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 715 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Expected @return tag. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'fsMgt'. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileDTO'. | 239 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchAlgorithmException'. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FinderException'. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'DEFAULT_TIMER_NAME' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 5) classes [Address, AddressException, DataHandler, Date, FileDataSource, InternetAddress, JMSDelegate, MessageListener, MimeBodyPart, MimeMessage, MimeMultipart, Notification, NotificationFilter, Properties, RetryIntervalls, SendMailMessageStatus]. | 85 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'MessagingException'. | 260 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 265 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 315 | |
| javadoc | JavadocMethod | Expected @return tag. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'subject'. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'fromAddress'. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'toAddress'. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Expected @param tag for 'body'. | 343 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 354 | |
| javadoc | JavadocMethod | Unused @param tag for 'dcmMail'. | 395 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 351 | |
| javadoc | JavadocMethod | Expected @return tag. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds1'. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds2'. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| javadoc | JavadocMethod | Expected @return tag. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| javadoc | JavadocMethod | Expected @return tag. | 417 | |
| javadoc | JavadocMethod | Expected @param tag for 'aassoc'. | 417 | |
| javadoc | JavadocMethod | Expected @param tag for 'keys'. | 417 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 417 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 418 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| javadoc | JavadocMethod | Expected @return tag. | 469 | |
| javadoc | JavadocMethod | Expected @param tag for 'qrSeriesDS'. | 469 | |
| javadoc | JavadocMethod | Expected @param tag for 'qrInstanceDS'. | 469 | |
| javadoc | JavadocMethod | Expected @param tag for 'archiveStudy'. | 470 | |
| javadoc | JavadocMethod | Expected @param tag for 'aa'. | 470 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 496 | |
| javadoc | JavadocMethod | Expected @return tag. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'qrInstanceDS'. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'aa'. | 534 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 617 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 623 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 629 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.management.ObjectName. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'templates' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'lastModified' must be private and have accessor methods. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 230 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedOutputStream, DefaultHandler, File, FileOutputStream, IOException, JMSDelegate, NotificationListener, RetryIntervalls, SAXResult, TemplatesDelegate, URL, WadoPrefetchOrder]. | 84 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 212 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 231 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'perfMonServiceName'. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 135 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.management.JMException. | 71 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 25 (max allowed is 5) classes [Attribute, BeginTransferringMessage, BufferedInputStream, ConfigurationException, DataExportMessage, Date, DecimalFormat, DefaultHandler, ExportTFOrder, File, FileDataSource, FileInfo, FileInputStream, Hashtable, IOException, InstanceSorter, JMSDelegate, NotificationListener, ParticipantObjectDescription, ParticipantObjectDescription.SOPClass, Properties, SAXResult, StringTokenizer, TemplatesDelegate, UnknownAETException]. | 142 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 68 (max allowed is 10). | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 482 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 497 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 616 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 695 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 705 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 709 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 713 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 740 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 747 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 757 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 794 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 808 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 809 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 809 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 811 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 813 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 815 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 826 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 828 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 844 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 849 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 863 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 869 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 875 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 877 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 878 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 908 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 947 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 960 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 971 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 972 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 995 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 999 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1054 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1054 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1055 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1062 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1073 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1083 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1092 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1092 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1287 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1385 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1501 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1509 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1543 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1548 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, Date, File, FileReader, FileWriter, SimpleDateFormat]. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 43 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedInputStream, DataInputStream, DecompressCmd, EOFException, FileImageInputStream, FileInputStream, RequestedFrameNumbersOutOfRangeException]. | 75 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 690 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BufferedReader, ByteArrayInputStream, ByteArrayOutputStream, Executer, File, IOException, InputStreamReader, StringTokenizer]. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 93 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedInputStream, DigestInputStream, EOFException, File, FileInputStream, FileNotFoundException, IOException]. | 71 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Unused @param tag for 'unknownCh,'. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'unknownCh'. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DAFormat, Date, FileOutputStream, SAXResult, StreamResult, TMFormat]. | 69 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.io.OutputStream'. | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.io.OutputStream'. | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.net.InetAddress. | 48 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 23 (max allowed is 5) classes [BufferedInputStream, BufferedReader, ByteArrayOutputStream, DataExportMessage, File, FileInputStream, FileReader, HttpUserInfo, InstanceSorter, LinkedHashSet, NotificationListener, ParticipantObjectDescription, ParticipantObjectDescription.SOPClass, Properties, QueryFilesCmd, StreamResult, StringTokenizer, URL, XDSIDatasetDocument, XDSIDocument, XDSIFileDocument, XDSIURLDocument, XDSMetadata]. | 123 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 59 (max allowed is 10). | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| design | VisibilityModifier | Variable 'autoPublishAETs' must be private and have accessor methods. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Expected @return tag. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 523 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| javadoc | JavadocMethod | Expected @return tag. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 541 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 640 | |
| javadoc | JavadocMethod | Expected @return tag. | 648 | |
| javadoc | JavadocMethod | Expected @param tag for 'codeFile'. | 648 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 690 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 716 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 740 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 759 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 764 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 781 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 787 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 787 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 787 | |
| coding | IllegalInstantiation | Instantiation of java.lang.Boolean should be avoided. | 793 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 795 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 800 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 800 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 807 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 807 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 828 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 834 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 834 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 844 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 848 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 857 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 870 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 873 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 890 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 890 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 912 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 913 | |
| javadoc | JavadocMethod | Expected @return tag. | 929 | |
| javadoc | JavadocMethod | Expected @param tag for 'kos'. | 929 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 966 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 968 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 979 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 995 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1003 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1005 | |
| javadoc | JavadocMethod | Expected @return tag. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1022 | |
| javadoc | JavadocMethod | Expected @param tag for 'kos'. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1023 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1024 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1048 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1062 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1072 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1079 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1079 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1080 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1084 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1099 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1099 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1129 | |
| javadoc | JavadocMethod | Expected @return tag. | 1153 | |
| javadoc | JavadocMethod | Expected @param tag for 'n'. | 1153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SOAPException'. | 1153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1155 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1176 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1193 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 1206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SOAPException'. | 1206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParserConfigurationException'. | 1206 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 1206 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1222 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1250 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1323 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.w3c.dom.Node. | 66 | |
| imports | UnusedImports | Unused import - org.w3c.dom.NodeList. | 67 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AttributesImpl, DOMResult, Date, Properties, SimpleDateFormat, StreamSource, StringTokenizer, URL]. | 78 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| design | VisibilityModifier | Variable 'docs' must be private and have accessor methods. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'props'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'xslt'. | 171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceObject'. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetObject'. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 316 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 340 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'doc'. | 411 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'doc'. | 480 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| javadoc | JavadocMethod | Expected @return tag. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| javadoc | JavadocMethod | Expected @param tag for 'patId'. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 553 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 553 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 579 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 579 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 579 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 592 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| javadoc | JavadocMethod | Expected @param tag for 'scheme'. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 662 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 671 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Unused Javadoc tag. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerConfigurationException'. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'gov.nih.nci.nbia.internaldomain.GeneralImage' should be separated from previous import group by one line. | 4 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.common.HibernateUtil' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 6 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.wado.common.HibernateUtil' import. | 6 | |
| imports | CustomImportOrder | Import statement for 'org.hibernate.Criteria' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.hibernate.HibernateException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 8 | |
| imports | CustomImportOrder | Import statement for 'org.hibernate.Session' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'org.hibernate.Transaction' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'org.hibernate.criterion.DetachedCriteria' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 11 | |
| imports | UnusedImports | Unused import - org.hibernate.criterion.DetachedCriteria. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.hibernate.criterion.Restrictions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 14 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| imports | UnusedImports | Unused import - java.util.List. | 14 | |
| imports | ImportOrder | 'org.apache.log4j.Logger' should be separated from previous imports. | 15 | |
| imports | CustomImportOrder | Import statement for 'org.apache.log4j.Logger' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 15 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'scheduler' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 229 | |
| javadoc | JavadocMethod | Expected @return tag. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 253 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Properties. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.awt.image.BufferedImage' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 5 | |
| imports | ImportOrder | Wrong order for 'java.awt.image.BufferedImage' import. | 5 | |
| imports | UnusedImports | Unused import - java.awt.image.BufferedImage. | 5 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 6 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileNotFoundException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 10 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.ImageIO' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| imports | UnusedImports | Unused import - javax.imageio.ImageIO. | 12 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.ImageReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 13 | |
| imports | UnusedImports | Unused import - javax.imageio.ImageReader. | 13 | |
| imports | CustomImportOrder | Import statement for 'javax.management.MBeanServer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'javax.servlet.http.HttpServletResponse' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 15 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.Dataset' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.dict.DictionaryFactory' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.dict.Tags' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.AEDTO' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.exceptions.UnknownAETException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 21 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.common.WADORequestObject' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 22 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.common.WADOResponseObject' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.dao.ImageDAO' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.WADOSupport.ImageCachingException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 25 | |
| imports | UnusedImports | Unused import - org.dcm4chex.wado.mbean.WADOSupport.ImageCachingException. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.WADOSupport.NeedRedirectionException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.WADOSupport.NoImageException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 27 | |
| imports | UnusedImports | Unused import - org.dcm4chex.wado.mbean.WADOSupport.NoImageException. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.cache.WADOCache' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 28 | |
| imports | UnusedImports | Unused import - org.dcm4chex.wado.mbean.cache.WADOCache. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.cache.WADOCacheImpl' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 29 | |
| imports | UnusedImports | Unused import - org.dcm4chex.wado.mbean.cache.WADOCacheImpl. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| design | VisibilityModifier | Variable 'transferSyntax' must be private and have accessor methods. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.wado.common.WADOResponseObject. | 48 | |
| imports | UnusedImports | Unused import - com.sun.image.codec.jpeg.JPEGCodec. | 52 | |
| imports | UnusedImports | Unused import - com.sun.image.codec.jpeg.JPEGEncodeParam. | 53 | |
| imports | UnusedImports | Unused import - com.sun.image.codec.jpeg.JPEGImageEncoder. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.File. | 42 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4che2.audit.message.ParticipantObject.IDTypeCode' import. Should be before 'org.dcm4che2.audit.message.ParticipantObjectDescription'. | 66 | |
| imports | ImportOrder | Wrong order for 'org.dcm4che2.audit.message.ParticipantObject.IDTypeCode' import. | 66 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4che2.audit.message.ParticipantObject.TypeCode' import. Should be before 'org.dcm4che2.audit.message.ParticipantObjectDescription'. | 67 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4che2.audit.message.ParticipantObject.TypeCodeRole' import. Should be before 'org.dcm4che2.audit.message.ParticipantObjectDescription'. | 68 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [HttpUserInfo, InstancesTransferredMessage, NotificationListener, ParticipantObject, ParticipantObjectDescription, SOPClass, StringTokenizer, WADOSupport]. | 84 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Expected @return tag. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Expected @return tag. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Expected @return tag. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.wado.common.WADOResponseObject. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - gov.nih.nci.nbia.internaldomain.GeneralImage. | 41 | |
| imports | CustomImportOrder | Import statement for 'java.awt.Graphics2D' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 43 | |
| imports | ImportOrder | Wrong order for 'java.awt.Graphics2D' import. | 43 | |
| imports | CustomImportOrder | Import statement for 'java.awt.Rectangle' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 44 | |
| imports | CustomImportOrder | Import statement for 'java.awt.geom.AffineTransform' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 45 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.AffineTransformOp' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 46 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.BandedSampleModel' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 47 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.BufferedImage' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 48 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.DataBuffer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 49 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.DataBufferByte' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 50 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.DataBufferUShort' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 51 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.IndexColorModel' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 52 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.Raster' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 53 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.WritableRaster' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 54 | |
| imports | CustomImportOrder | Import statement for 'java.io.BufferedInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 55 | |
| imports | CustomImportOrder | Import statement for 'java.io.DataInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 56 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 57 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 58 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileNotFoundException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 59 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 60 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 61 | |
| imports | CustomImportOrder | Import statement for 'java.net.HttpURLConnection' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 62 | |
| imports | CustomImportOrder | Import statement for 'java.net.MalformedURLException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 63 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 64 | |
| imports | CustomImportOrder | Import statement for 'java.nio.ByteBuffer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 65 | |
| imports | CustomImportOrder | Import statement for 'java.nio.ByteOrder' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 66 | |
| imports | CustomImportOrder | Import statement for 'java.rmi.RemoteException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 67 | |
| imports | CustomImportOrder | Import statement for 'java.sql.SQLException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 68 | |
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 69 | |
| imports | CustomImportOrder | Import statement for 'java.util.Collections' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 70 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 71 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashSet' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 72 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 73 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 74 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 75 | |
| imports | CustomImportOrder | Import statement for 'java.util.Set' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 76 | |
| imports | CustomImportOrder | Import statement for 'java.util.StringTokenizer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 77 | |
| imports | CustomImportOrder | Import statement for 'java.util.TreeMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 78 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.ImageIO' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 80 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.ImageReadParam' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 81 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.ImageReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 82 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.stream.FileImageInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 83 | |
| imports | CustomImportOrder | Import statement for 'javax.imageio.stream.ImageInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 84 | |
| imports | CustomImportOrder | Import statement for 'javax.management.InstanceNotFoundException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 85 | |
| imports | CustomImportOrder | Import statement for 'javax.management.MBeanServer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 86 | |
| imports | CustomImportOrder | Import statement for 'javax.management.Notification' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 87 | |
| imports | CustomImportOrder | Import statement for 'javax.management.NotificationFilter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 88 | |
| imports | CustomImportOrder | Import statement for 'javax.management.NotificationListener' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 89 | |
| imports | CustomImportOrder | Import statement for 'javax.management.ObjectName' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 90 | |
| imports | CustomImportOrder | Import statement for 'javax.security.auth.Subject' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 91 | |
| imports | CustomImportOrder | Import statement for 'javax.security.jacc.PolicyContext' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 92 | |
| imports | CustomImportOrder | Import statement for 'javax.security.jacc.PolicyContextException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 93 | |
| imports | CustomImportOrder | Import statement for 'javax.servlet.http.HttpServletResponse' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 94 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.Templates' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 95 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.Transformer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 96 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.TransformerConfigurationException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 97 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.TransformerFactory' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 98 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.sax.SAXTransformerFactory' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 99 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.sax.TransformerHandler' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 100 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.stream.StreamSource' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 101 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.Dataset' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 103 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.DcmObjectFactory' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 104 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.DcmParser' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 105 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.DcmParserFactory' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 106 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.data.FileMetaInfo' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 107 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.dict.DictionaryFactory' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 108 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.dict.TagDictionary' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 109 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.dict.Tags' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 110 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.dict.UIDs' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 111 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4che.imageio.plugins.DcmMetadata' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 112 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4cheri.imageio.plugins.DcmImageReadParamImpl' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 113 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4cheri.imageio.plugins.SimpleYBRColorSpace' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 114 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4cheri.util.StringUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 115 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.codec.DecompressCmd' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 116 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.AEDTO' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 117 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.ContentManager' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 118 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.ContentManagerHome' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 119 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.StudyPermissionDTO' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 120 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.StudyPermissionManager' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 121 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.interfaces.StudyPermissionManagerHome' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 122 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.ejb.jdbc.QueryCmd' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 123 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.exceptions.UnknownAETException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 124 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.util.EJBHomeFactory' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 125 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.util.FileDataSource' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 126 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.archive.util.FileUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 127 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.common.WADORequestObject' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 128 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.common.WADOResponseObject' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 129 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.dao.ImageDAO' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 130 | |
| imports | UnusedImports | Unused import - org.dcm4chex.wado.dao.ImageDAO. | 130 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.cache.WADOCache' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 131 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.cache.WADOCacheImpl' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 132 | |
| imports | CustomImportOrder | Import statement for 'org.dcm4chex.wado.mbean.xml.DatasetXMLResponseObject' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 133 | |
| imports | CustomImportOrder | Import statement for 'org.jboss.mx.util.MBeanServerLocator' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 134 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 21 (max allowed is 5) classes [AffineTransformOp, BufferedImage, BufferedInputStream, DataInputStream, DatasetXMLResponseObject, File, FileImageInputStream, FileInputStream, ImageCachingException, IndexColorModel, NeedRedirectionException, NoImageException, NotificationFilter, Rectangle, StreamSource, StringTokenizer, URL, WADODatasourceResponseObjectImpl, WADOImageResponseObjectImpl, WADOStreamResponseObjectImpl, WADOTransformResponseObjectImpl]. | 142 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 74 (max allowed is 10). | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| design | VisibilityModifier | Variable 'dict' must be private and have accessor methods. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| design | VisibilityModifier | Variable 'contentTypeDicomXML' must be private and have accessor methods. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| design | VisibilityModifier | Variable 'disableCache' must be private and have accessor methods. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| design | VisibilityModifier | Variable 'objectFileName' must be private and have accessor methods. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| javadoc | JavadocMethod | Expected @return tag. | 510 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 510 | |
| javadoc | JavadocMethod | Expected @param tag for 'objectDs'. | 510 | |
| javadoc | JavadocMethod | Expected @return tag. | 535 | |
| javadoc | JavadocMethod | Expected @param tag for 'objectDs'. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 639 | |
| javadoc | JavadocMethod | Expected @return tag. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| javadoc | JavadocMethod | Expected @param tag for 'transferSyntax'. | 650 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 688 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 689 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 726 | |
| javadoc | JavadocMethod | Unused @param tag for 'studyUID'. | 742 | |
| javadoc | JavadocMethod | Unused @param tag for 'seriesUID'. | 744 | |
| javadoc | JavadocMethod | Unused @param tag for 'instanceUID'. | 746 | |
| javadoc | JavadocMethod | Unused @param tag for 'rows'. | 748 | |
| javadoc | JavadocMethod | Unused @param tag for 'columns'. | 750 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 756 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 757 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 760 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 763 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 764 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 765 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 804 | |
| javadoc | JavadocMethod | Unused @param tag for 'readDicom'. | 827 | |
| javadoc | JavadocMethod | Expected @return tag. | 836 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 836 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyUID'. | 836 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 836 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesUID'. | 836 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 836 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceUID'. | 836 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 837 | |
| javadoc | JavadocMethod | Expected @param tag for 'rows'. | 837 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 837 | |
| javadoc | JavadocMethod | Expected @param tag for 'columns'. | 837 | |
| javadoc | JavadocMethod | Expected @param tag for 'frame'. | 837 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 837 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 838 | |
| javadoc | JavadocMethod | Expected @param tag for 'imageQuality'. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 838 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 839 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NeedRedirectionException'. | 839 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoImageException'. | 839 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ImageCachingException'. | 840 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 845 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 872 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 884 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 884 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 884 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 886 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 886 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 886 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 886 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 898 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 899 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 899 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 929 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 937 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 941 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 941 | |
| javadoc | JavadocMethod | Expected @return tag. | 950 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 950 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| javadoc | JavadocMethod | Expected @return tag. | 965 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 965 | |
| javadoc | JavadocMethod | Unused @param tag for 'htmlXslURL'. | 970 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 973 | |
| javadoc | JavadocMethod | Expected @param tag for 'xslURL'. | 973 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 980 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 995 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1003 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1010 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1018 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1031 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1049 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1070 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1070 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NeedRedirectionException'. | 1070 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1078 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1102 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1166 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1179 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1200 | |
| javadoc | JavadocMethod | Expected @return tag. | 1220 | |
| javadoc | JavadocMethod | Expected @param tag for 'aedto'. | 1220 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 1220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1287 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1299 | |
| javadoc | JavadocMethod | Expected @return tag. | 1334 | |
| javadoc | JavadocMethod | Expected @param tag for 'frame'. | 1334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1336 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1352 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1413 | |
| javadoc | JavadocMethod | Expected @return tag. | 1438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1533 | |
| javadoc | JavadocMethod | Expected @param tag for 'bi'. | 1583 | |
| javadoc | JavadocMethod | Expected @param tag for 'reader'. | 1583 | |
| javadoc | JavadocMethod | Expected @param tag for 'frame'. | 1583 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1599 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1716 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1782 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1790 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1795 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1799 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1803 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1803 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1808 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1812 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1843 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1847 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1851 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 1859 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1878 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1897 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1921 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1926 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1946 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1965 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1984 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2012 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2020 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2020 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2024 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2024 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2028 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2031 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2035 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2035 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2054 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2065 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 2094 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2099 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2152 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 2155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'contentType'. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Unused @param tag for 'rows'. | 120 | |
| javadoc | JavadocMethod | Unused @param tag for 'columns'. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixelRows'. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixelColumns'. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'contentType'. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 140 | |
| javadoc | JavadocMethod | Unused @param tag for 'rows'. | 153 | |
| javadoc | JavadocMethod | Unused @param tag for 'columns'. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixelRows'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'pixelColumns'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 174 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 203 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.imageio.ImageReader. | 55 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedOutputStream, CacheJournal, ConfigurationException, DeleterThresholds, File, FileOutputStream, IIOImage, IOException, Runnable, StringTokenizer, Thread, WADOCacheImplSun]. | 72 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| design | VisibilityModifier | Variable 'imageWriterClass' must be private and have accessor methods. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| design | VisibilityModifier | Variable 'pngImageWriterClass' must be private and have accessor methods. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Expected @return tag. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'contentType'. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'contentType'. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 345 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 392 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 491 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyIUID'. | 491 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 522 | |
| javadoc | JavadocMethod | Expected @return tag. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| javadoc | JavadocMethod | Expected @return tag. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| javadoc | JavadocMethod | Expected @param tag for 'contentType'. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| javadoc | JavadocMethod | Unused @param tag for 'image'. | 644 | |
| javadoc | JavadocMethod | Expected @param tag for 'bi'. | 651 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 651 | |
| javadoc | JavadocMethod | Expected @param tag for 'contentType'. | 651 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| javadoc | JavadocMethod | Expected @param tag for 'imageQuality'. | 652 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 652 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 689 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 700 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 746 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 746 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 746 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.imageio.stream.ImageOutputStream. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'th' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'v' must be private and have accessor methods. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| design | VisibilityModifier | Variable 'reqType' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'headerMap' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'paramMap' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'allowedContentTypes' must be private and have accessor methods. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| design | VisibilityModifier | Variable 'reqURL' must be private and have accessor methods. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| design | VisibilityModifier | Variable 'errMsg' must be private and have accessor methods. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| design | VisibilityModifier | Variable 'remoteAddr' must be private and have accessor methods. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| design | VisibilityModifier | Variable 'remoteHost' must be private and have accessor methods. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| design | VisibilityModifier | Variable 'remoteUser' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'studyPermissionCheckDisabled' must be private and have accessor methods. | 77 | |
| design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'accept'. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 289 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 297 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 305 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 322 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.servlet.ServletRequest. | 48 | |
| design | VisibilityModifier | Variable 'wadoServiceName' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'delegate' must be private and have accessor methods. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'respObject'. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 191 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 41 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 43 | |
| imports | UnusedImports | Unused import - java.util.List. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| design | VisibilityModifier | Variable 'displayName' must be private and have accessor methods. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| design | VisibilityModifier | Variable 'descr' must be private and have accessor methods. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| design | VisibilityModifier | Variable 'dependency' must be private and have accessor methods. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.slf4j.Logger' should be separated from previous import group by one line. | 48 | |
| imports | ImportOrder | 'org.slf4j.Logger' should be separated from previous imports. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Unused @param tag for 'hideStudyLess'. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'showWithoutStudies'. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyList'. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Unused @param tag for 'externalPopupMsg'. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgId'. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Unused @param tag for 'locale'. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 114 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 151 | |
| javadoc | JavadocMethod | Unused @param tag for 'formBean'. | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 168 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Expected @return tag. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Expected @return tag. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| design | VisibilityModifier | Variable 'ERROR_VIEW' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| design | VisibilityModifier | Variable 'errorType' must be private and have accessor methods. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'backURL' must be private and have accessor methods. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 43 | |
| imports | UnusedImports | Unused import - javax.security.auth.Subject. | 48 | |
| imports | UnusedImports | Unused import - javax.security.jacc.PolicyContext. | 49 | |
| imports | IllegalImport | Illegal import - sun.nio.cs.ext.ISCII91. | 59 | |
| imports | UnusedImports | Unused import - sun.nio.cs.ext.ISCII91. | 59 | |
| design | VisibilityModifier | Variable 'patPk' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'expand' must be private and have accessor methods. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 111 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 116 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'seriesPk' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 78 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 83 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'studyPk' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Unused @param tag for 'studyUID'. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesUID'. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 358 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 443 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgId'. | 443 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 127 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 133 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Expected @return tag. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcSeries'. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| javadoc | JavadocMethod | Expected @return tag. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcStudy'. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Unused @param tag for 'iDest'. | 361 | |
| javadoc | JavadocMethod | Unused @param tag for 'iSrcStudy'. | 362 | |
| javadoc | JavadocMethod | Unused @param tag for 'iSrcSeries'. | 363 | |
| javadoc | JavadocMethod | Unused @param tag for 'iSrcInstance'. | 364 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickyPat'. | 368 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickyStudy'. | 368 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickySeries'. | 368 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickyInstance'. | 368 | |
| javadoc | JavadocMethod | Unused @param tag for 'stickySrc'. | 421 | |
| javadoc | JavadocMethod | Unused @param tag for 'stickyDest'. | 422 | |
| javadoc | JavadocMethod | Expected @return tag. | 425 | |
| javadoc | JavadocMethod | Expected @param tag for 'src'. | 425 | |
| javadoc | JavadocMethod | Expected @param tag for 'dest'. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 491 | |
| javadoc | JavadocMethod | Expected @return tag. | 536 | |
| javadoc | JavadocMethod | Expected @param tag for 'mode'. | 536 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [AEDelegate, ContentEditDelegate, FolderMoveDelegate, MoveScuDelegate, QueryStudiesCmd, TeachingFileDelegate]. | 78 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 104 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'folderForm'. | 238 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 598 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 630 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.nio.ByteBuffer. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Expected @return tag. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickyPatients'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickyStudies'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickySeries'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'stickyInstances'. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceUIDs'. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'seriesPk'. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceInfos'. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceUIDs'. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'studyPk'. | 152 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceUIDs'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'patPk'. | 165 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmObjectFactory. | 43 | |
| imports | UnusedImports | Unused import - org.dcm4che.util.UIDGenerator. | 44 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.web.maverick.model.PatientModel. | 48 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.web.maverick.model.StudyModel. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.dcm4chex.archive.web.maverick.model.PatientModel' should be separated from previous import group by one line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'hashCode'. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Expected @return tag. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 72 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Enumeration. | 45 | |
| imports | UnusedImports | Unused import - java.util.Locale. | 49 | |
| imports | UnusedImports | Unused import - java.util.Properties. | 50 | |
| imports | UnusedImports | Unused import - java.util.ResourceBundle. | 51 | |
| imports | UnusedImports | Unused import - java.util.Set. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.UnsupportedEncodingException' import. Should be before 'java.util.Set'. | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.UnsupportedEncodingException' import. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'userID'. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 255 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Unused @param tag for 'oldUserID'. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'hash'. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Unused @param tag for 'newPar'. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Unused @param tag for 'passwd'. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'passwd1'. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'app'. | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'app'. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'app'. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'methods'. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'props'. | 99 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 104 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 108 | |
| javadoc | JavadocMethod | Expected @return tag. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstanceNotFoundException'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MBeanException'. | 122 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReflectionException'. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'ae'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'checkHost'. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstanceNotFoundException'. | 135 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MBeanException'. | 135 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReflectionException'. | 136 | |
| coding | IllegalInstantiation | Instantiation of java.lang.Boolean should be avoided. | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'title'. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstanceNotFoundException'. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MBeanException'. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReflectionException'. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'aeData'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'nrOfTests'. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'nrOfTests'. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'aeData'. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'aet' must be private and have accessor methods. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.List' should be separated from previous import group by one line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Unused @param tag for 'chiperSuites'. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'cipherSuites'. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Unused @param tag for 'oldPk'. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'pk'. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 305 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'javax.servlet.http.HttpServletRequest' should be separated from previous import group by one line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'aeData'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'nrOfTests'. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'nrOfTests'. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'aeData'. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.dcm4chex.archive.web.maverick.Dcm4cheeFormController' should be separated from previous import group by one line. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 113 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 95 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @return tag. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 138 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.text.ParsePosition. | 43 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.Dataset. | 47 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmObjectFactory. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| design | VisibilityModifier | Variable 'dsRefReq' must be private and have accessor methods. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| design | VisibilityModifier | Variable 'stickyList' must be private and have accessor methods. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'check'. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'newSearch'. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocMethod | Unused @param tag for 'ds1'. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.dcm4chex.archive.web.maverick.gpwl.GPWLScuDelegate' import. Should be before 'org.dcm4chex.archive.web.maverick.gpwl.model.GPWLModel'. | 50 | |
| imports | ImportOrder | Wrong order for 'org.dcm4chex.archive.web.maverick.gpwl.GPWLScuDelegate' import. | 50 | |
| imports | RedundantImport | Redundant import from the same package - org.dcm4chex.archive.web.maverick.gpwl.GPWLScuDelegate. | 50 | |
| javadoc | JavadocMethod | Expected @return tag. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 125 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 100 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'workitemDS' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'stationNameCodeDS' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'stationClassCodeDS' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'stationGeoCodeDS' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'humanCodeDS' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'refReqSqItem' must be private and have accessor methods. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'newSearch'. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Unused @param tag for 'ds1'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'newSearch'. | 167 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 201 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Unused @param tag for 'size'. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 282 | |
| design | VisibilityModifier | Variable 'order' must be private and have accessor methods. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.text.ParseException. | 43 | |
| imports | UnusedImports | Unused import - java.text.SimpleDateFormat. | 44 | |
| imports | UnusedImports | Unused import - java.util.Calendar. | 46 | |
| imports | UnusedImports | Unused import - java.util.Date. | 47 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmObjectFactory. | 52 | |
| imports | UnusedImports | Unused import - org.dcm4che.dict.Tags. | 53 | |
| imports | UnusedImports | Unused import - org.dcm4che.util.DAFormat. | 54 | |
| imports | UnusedImports | Unused import - org.dcm4cheri.util.StringUtils. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| design | VisibilityModifier | Variable 'ds' must be private and have accessor methods. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientName'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.nio.ByteBuffer' should be separated from previous import group by one line. | 43 | |
| imports | UnusedImports | Unused import - org.apache.log4j.Logger. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.dict.Tags. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| design | VisibilityModifier | Variable 'startDate' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'stationAetGroups'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'onlyGroups'. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'selected'. | 125 | |
| coding | IllegalInstantiation | Instantiation of java.lang.Boolean should be avoided. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'selected'. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| design | VisibilityModifier | Variable 'documentTitle' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| design | VisibilityModifier | Variable 'completionFlag' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| design | VisibilityModifier | Variable 'verificationFlag' must be private and have accessor methods. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Iterator' should be separated from previous import group by one line. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'patientName'. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.dcm4chex.archive.common.PrivateTags' | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmElement. | 43 | |
| design | VisibilityModifier | Variable 'dsSeq' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 125 | |
| javadoc | JavadocMethod | Expected @return tag. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUIDs'. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 43 | |
| imports | RedundantImport | Redundant import from the same package - org.dcm4chex.archive.web.maverick.mpps.MPPSFilter. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| javadoc | JavadocMethod | Expected @return tag. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'mppsIUIDs'. | 144 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Set. | 45 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.web.maverick.model.BasicFilterModel. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Expected @return tag. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'mod'. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'aet'. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| design | VisibilityModifier | Variable 'dsSSA' must be private and have accessor methods. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.text.ParseException. | 42 | |
| imports | UnusedImports | Unused import - java.util.Collections. | 45 | |
| imports | UnusedImports | Unused import - java.util.Comparator. | 46 | |
| imports | UnusedImports | Unused import - java.util.Date. | 47 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 49 | |
| imports | UnusedImports | Unused import - org.dcm4che.dict.Tags. | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.infohazard.maverick.flow.ControllerContext' | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| design | VisibilityModifier | Variable 'stickyList' must be private and have accessor methods. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 93 | |
| javadoc | JavadocMethod | Unused @param tag for 'request'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'check'. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'newSearch'. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4chex.archive.web.maverick.mpps.model.MPPSEntry. | 50 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'action'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @return tag. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Expected @return tag. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.management.InstanceNotFoundException. | 46 | |
| imports | UnusedImports | Unused import - javax.management.MBeanException. | 47 | |
| imports | UnusedImports | Unused import - javax.management.ReflectionException. | 50 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.Command. | 54 | |
| imports | UnusedImports | Unused import - org.dcm4che.dict.Tags. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 108 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 114 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmElement. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'mod'. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmObjectFactory. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Expected @return tag. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'newSearch'. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Unused @param tag for 'ds1'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.StringTokenizer. | 50 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 262 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.jdom.Element' | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Unused @param tag for 'setSelectedLevel'. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'level'. | 184 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Unused @param tag for 'selectedCategory'. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'category'. | 202 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'contents'. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| javadoc | JavadocMethod | Expected @return tag. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'dispositions'. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashSet. | 44 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 45 | |
| imports | UnusedImports | Unused import - java.util.Set. | 47 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.common.PrivateTags. | 58 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 151 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'tfModel'. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'tfModel'. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'keyObjectDS'. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 240 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'patPk' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'expand' must be private and have accessor methods. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'seriesPk' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'studyPk' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 84 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'codeString'. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'codeString'. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 42 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.Dataset. | 44 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.ContentManager. | 45 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.ContentManagerHome. | 46 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.util.EJBHomeFactory. | 47 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.web.maverick.model.StudyModel. | 50 | |
| design | VisibilityModifier | Variable 'patPk' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'expand' must be private and have accessor methods. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'java.util.Properties'. | 53 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 53 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.ContentManager. | 62 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.ejb.interfaces.ContentManagerHome. | 63 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.util.EJBHomeFactory. | 64 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.web.maverick.model.StudyModel. | 68 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| design | VisibilityModifier | Variable 'wadoUrls' must be private and have accessor methods. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 157 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 157 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FileNotFoundException'. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 187 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 8 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Expected @return tag. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Expected @return tag. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Expected @return tag. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.BufferedInputStream. | 42 | |
| imports | UnusedImports | Unused import - java.io.File. | 43 | |
| imports | UnusedImports | Unused import - java.io.FileInputStream. | 44 | |
| imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 45 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 46 | |
| imports | UnusedImports | Unused import - java.io.InputStream. | 47 | |
| imports | UnusedImports | Unused import - java.net.MalformedURLException. | 48 | |
| imports | UnusedImports | Unused import - java.net.URL. | 49 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 50 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.Dataset. | 60 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmElement. | 61 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.DcmObjectFactory. | 62 | |
| imports | UnusedImports | Unused import - org.dcm4che.data.FileFormat. | 63 | |
| imports | UnusedImports | Unused import - org.dcm4che.dict.Tags. | 64 | |
| imports | UnusedImports | Unused import - org.dcm4che.dict.UIDs. | 65 | |
| imports | UnusedImports | Unused import - org.dcm4chex.archive.util.FileUtils. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 207 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'xdsiModel'. | 223 | |
| javadoc | JavadocMethod | Expected @return tag. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'xdsiModel'. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocMethod | Expected @return tag. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 307 | |
| javadoc | JavadocMethod | Expected @return tag. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'props'. | 316 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Unused @param tag for 'selectedTitle'. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'selected'. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| javadoc | JavadocMethod | Unused @param tag for 'eventCodes'. | 434 | |
| javadoc | JavadocMethod | Expected @param tag for 'codes'. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 533 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Collection. | 43 | |
| imports | UnusedImports | Unused import - java.util.Map. | 46 | |
| imports | UnusedImports | Unused import - org.dcm4chee.xds.infoset.v30.ObjectRefType. | 61 | |
| imports | UnusedImports | Unused import - org.dcm4chee.xds.infoset.v30.SlotType1. | 64 | |
| imports | UnusedImports | Unused import - org.dcm4chee.xds.infoset.v30.util.InfoSetUtil. | 65 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalInstantiation | Instantiation of java.lang.Boolean should be avoided. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 |